tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
run cargo fmt
tsiry-sandratraina.com
5 months ago
4adf431e
f48965d8
+1
-1
1 changed file
expand all
collapse all
unified
split
crates
scrobbler
src
listenbrainz
core
submit.rs
+1
-1
crates/scrobbler/src/listenbrainz/core/submit.rs
···
1
1
use actix_web::HttpResponse;
2
2
-
use anyhow::{Context, Error};
2
2
+
use anyhow::Error;
3
3
use owo_colors::OwoColorize;
4
4
use serde_json::json;
5
5
use std::sync::Arc;