1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update series editor

This commit is contained in:
Luke Pulverenti 2016-09-30 14:57:56 -04:00
parent 711b0541fa
commit 67a90b61b9
3 changed files with 7 additions and 5 deletions

View file

@ -65,7 +65,8 @@
centerText: true,
lazy: true,
overlayText: false,
showTitle: true,
showParentTitleOrTitle: true,
showTitle: false,
showParentTitle: query.IsSeries !== false && !query.IsMovie,
showAirTime: params.type != 'Recordings' && params.type != 'RecordingSeries',
showAirDateTime: params.type != 'Recordings' && params.type != 'RecordingSeries',