Don't allow adding songs to smart playlists
This commit is contained in:
@@ -25,7 +25,7 @@ export const SelectPlaylistInput = ({ onChange }) => {
|
||||
'playlist',
|
||||
{ page: 1, perPage: -1 },
|
||||
{ field: 'name', order: 'ASC' },
|
||||
{}
|
||||
{ smart: false }
|
||||
)
|
||||
|
||||
const options =
|
||||
|
||||
Reference in New Issue
Block a user