mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Allow to add videos only to user created playlists
This commit is contained in:
@@ -94,7 +94,7 @@ struct AddToPlaylistView: View {
|
||||
selectPlaylistButton
|
||||
#else
|
||||
Picker("Playlist", selection: $selectedPlaylistID) {
|
||||
ForEach(model.all) { playlist in
|
||||
ForEach(model.all.filter(\.editable)) { playlist in
|
||||
Text(playlist.title).tag(playlist.id)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user