Queue mgmt, Podcast support, Favorites section.
This commit is contained in:
@@ -13,6 +13,7 @@ enum LibraryTab: String, CaseIterable {
|
||||
case artists = "Artists"
|
||||
case albums = "Albums"
|
||||
case playlists = "Playlists"
|
||||
case podcasts = "Podcasts"
|
||||
case radio = "Radio"
|
||||
}
|
||||
|
||||
@@ -35,6 +36,7 @@ struct LibraryView: View {
|
||||
case .artists: ArtistsView()
|
||||
case .albums: AlbumsView()
|
||||
case .playlists: PlaylistsView()
|
||||
case .podcasts: PodcastsView()
|
||||
case .radio: RadiosView()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user