some fixes

This commit is contained in:
kveld9
2026-04-14 17:38:08 -03:00
parent 7ceaf4d5f2
commit c3ebc9b951
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -117,10 +117,6 @@ export default function PlaylistDetail() {
const enablePlaylistCoverPhoto = useThemeStore(s => s.enablePlaylistCoverPhoto);
const showBitrate = useThemeStore(s => s.showBitrate);
const enableCoverArtBackground = useThemeStore(s => s.enableCoverArtBackground);
const enablePlaylistCoverPhoto = useThemeStore(s => s.enablePlaylistCoverPhoto);
const showBitrate = useThemeStore(s => s.showBitrate);
const [playlist, setPlaylist] = useState<SubsonicPlaylist | null>(null);
const [songs, setSongs] = useState<SubsonicSong[]>([]);
const [loading, setLoading] = useState(true);