switch rank order between playlists and tracks

This commit is contained in:
Drew Weymouth
2023-11-05 15:18:03 -08:00
parent 6acf65312b
commit 2b78b7a70d
+1 -1
View File
@@ -93,8 +93,8 @@ type ContentType int
const ( const (
ContentTypeAlbum ContentType = iota ContentTypeAlbum ContentType = iota
ContentTypeArtist ContentTypeArtist
ContentTypeTrack
ContentTypePlaylist ContentTypePlaylist
ContentTypeTrack
ContentTypeGenre ContentTypeGenre
) )