Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
so9010 committed Oct 7, 2024
1 parent dafbf68 commit 528df0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions psst-gui/src/webapi/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ use crate::{
data::{
self, Album, AlbumType, Artist, ArtistAlbums, ArtistLink, AudioAnalysis, Cached, Episode,
EpisodeId, EpisodeLink, MixedView, Nav, Page, Playlist, PublicUser, Range, Recommendations,
Artist-view, RecommendationsRequest, SearchResults, SearchTopic, Show, SpotifyUrl, Track,
UserProfile, ArtistInfo, Image, ArtistStats, RecommendationsRequest, SearchResults, SearchTopic, Show, SpotifyUrl, Track, TrackLines,
UserProfile,main
RecommendationsRequest, SearchResults, SearchTopic, Show, SpotifyUrl, Track,
UserProfile, ArtistInfo, Image, ArtistStats, TrackLines,
},
error::Error,
};
Expand Down

0 comments on commit 528df0f

Please sign in to comment.