Refactor AP playlists

This commit is contained in:
Chocobozzz
2021-06-03 14:30:09 +02:00
parent 9777fe9eeb
commit 49af5ac8c2
17 changed files with 407 additions and 315 deletions

View File

@@ -2,5 +2,9 @@ export * from './abuse-object'
export * from './cache-file-object'
export * from './common-objects'
export * from './dislike-object'
export * from './object.model'
export * from './playlist-element-object'
export * from './playlist-object'
export * from './video-comment-object'
export * from './video-torrent-object'
export * from './view-object'