Skip to content

Commit

Permalink
Fixed load of album #3381 #3384 #3380 #3379 #3378 #3377 #3375
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Aug 24, 2024
1 parent 62da49b commit ed1c0b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ data class BrowseEndpointContextMusicConfig (

@Serializable
enum class PageType(val value: String) {
@SerialName("MUSIC_PAGE_TYPE_TRACK_CREDITS") MusicPageTypeTrackCredits("MUSIC_PAGE_TYPE_TRACK_CREDITS"),
@SerialName("MUSIC_PAGE_TYPE_ARTIST") MusicPageTypeArtist("MUSIC_PAGE_TYPE_ARTIST");
}

Expand Down

0 comments on commit ed1c0b5

Please sign in to comment.