diff --git a/src/player/bookmark.rs b/src/player/bookmark.rs index 5ce0cce..0ff6761 100644 --- a/src/player/bookmark.rs +++ b/src/player/bookmark.rs @@ -42,7 +42,9 @@ impl Bookmarks { /// Loads bookmarks from the `bookmarks.txt` file. pub async fn load() -> eyre::Result { - let text = fs::read_to_string(Self::path().await?).await.unwrap_or_default(); + let text = fs::read_to_string(Self::path().await?) + .await + .unwrap_or_default(); let lines: Vec = text .trim_start_matches("noheader") diff --git a/src/scrapers/chillhop.rs b/src/scrapers/chillhop.rs index 7204a33..4b1fd06 100644 --- a/src/scrapers/chillhop.rs +++ b/src/scrapers/chillhop.rs @@ -120,11 +120,10 @@ pub async fn scrape() -> eyre::Result<()> { const IGNORED_TRACKS: [u32; 20] = [ // 404 - 74707, - // Lyrics + 74707, // Lyrics 21655, 21773, 8172, 55397, 75135, 24827, 8141, 8157, 64052, 31612, 41956, 8001, 9217, 55372, // Abnormal - 8469, 7832, 10448, 9446, 9396 + 8469, 7832, 10448, 9446, 9396, ]; const IGNORED_ARTISTS: [&str; 1] = [