Don't allow adding songs to smart playlists

This commit is contained in:
Deluan
2022-10-02 13:56:39 -04:00
parent 552989a05b
commit 3d5a1cef92
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const SelectPlaylistInput = ({ onChange }) => {
'playlist',
{ page: 1, perPage: -1 },
{ field: 'name', order: 'ASC' },
{}
{ smart: false }
)
const options =