Added dedicated serie photos table, renamed serie scene photo function. Fixed covers and scene photos in banner and album.

This commit is contained in:
DebaucheryLibrarian
2022-03-28 00:22:57 +02:00
parent 1c3ee75d3b
commit 9e2eaef9d1
4 changed files with 39 additions and 17 deletions

View File

@@ -227,7 +227,7 @@ function initReleasesActions(store, router) {
slug
name
}
photos: moviesPhotos {
photos: ${type === 'series' ? 'seriesPhotosBySerieId' : 'moviesPhotos'} {
${mediaFragment}
}
scenesPhotos {