Hid the 'Add to playlist' for action menu.

This commit is contained in:
CrissZollo 2025-09-30 20:51:59 +02:00
parent 7ca74b3b0d
commit 2da663ecd1

View file

@ -103,11 +103,13 @@ export const DropUpMenu = ({ visible, onClose, item, onOptionSelect, isSaved: is
label: isWatched ? 'Mark as Unwatched' : 'Mark as Watched',
action: 'watched'
},
/*
{
icon: 'playlist-add',
label: 'Add to Playlist',
action: 'playlist'
},
*/
{
icon: 'share',
label: 'Share',