CC-84: Smart Playlists
- drag and drop playlist that contains block - audio preview of playlist that contains static block
This commit is contained in:
parent
7cde4ba2ba
commit
5becd70ab1
11 changed files with 244 additions and 87 deletions
|
@ -212,6 +212,7 @@
|
|||
<column name="playlist_id" phpName="DbPlaylistId" type="INTEGER" required="false"/>
|
||||
<column name="file_id" phpName="DbFileId" type="INTEGER" required="false"/>
|
||||
<column name="block_id" phpName="DbBlockId" type="INTEGER" required="false"/>
|
||||
<column name="stream_id" phpName="DbStreamId" type="INTEGER" required="false"/>
|
||||
<!-- What type of item is stored in the playlist.
|
||||
0: audiotrack
|
||||
1: webstream
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue