Enabled ability to add audio files into playlists

This commit is contained in:
root
2021-01-10 04:14:54 +02:00
parent 0173b3373d
commit cb5d077d77
2 changed files with 4 additions and 1 deletions

View File

@@ -26,4 +26,7 @@ MediaCMS.features = {
hideViews: false,
hideAuthor: false,
},
playlists:{
mediaTypes: ['audio', 'video'],
}
};