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
@@ -6,7 +6,7 @@ import { Title } from '../common'
import PlaylistSongs from './PlaylistSongs'
import PlaylistActions from './PlaylistActions'
import PlaylistSongBulkActions from './PlaylistSongBulkActions'
import { isReadOnly } from './Writable'
import { isReadOnly } from '../common/Writable'
const PlaylistShow = (props) => {
const viewVersion = useSelector((s) => s.admin.ui && s.admin.ui.viewVersion)