We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c399c commit e66f34eCopy full SHA for e66f34e
lib/widgets/playlist_bar.dart
@@ -228,8 +228,7 @@ class PlaylistBar extends StatelessWidget {
228
),
229
if (playlistData != null &&
230
!isFolder &&
231
- (playlistData!['source'] == 'user-created' ||
232
- playlistData!['source'] == 'user-youtube'))
+ playlistData!['source'] == 'user-created')
233
PopupMenuItem<String>(
234
value: 'edit',
235
child: Row(
0 commit comments