Improve sharing, add YouTube links

This commit is contained in:
Arkadiusz Fal
2021-11-02 20:40:49 +01:00
parent 0091af683f
commit f49453e871
8 changed files with 114 additions and 55 deletions

View File

@@ -85,7 +85,7 @@ struct FavoriteItemView: View {
var label: String {
if case let .playlist(id) = item.section {
return playlistsModel.find(id: id)?.title ?? "Unknown Playlist"
return playlistsModel.find(id: id)?.title ?? "Playlist"
}
return item.section.label