Only allows adding to a writable playlist

This commit is contained in:
Deluan
2020-06-05 10:26:53 -04:00
parent 39afe0c669
commit 4906b816af
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import {
TextField,
} from 'react-admin'
import { DurationField, List } from '../common'
import Writable, { isWritable } from './Writable'
import Writable, { isWritable } from '../common/Writable'
const PlaylistFilter = (props) => (
<Filter {...props}>