mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix premiere date params
This commit is contained in:
parent
4a999736b3
commit
d2bbd5b4ad
3 changed files with 11 additions and 6 deletions
|
@ -972,14 +972,14 @@
|
|||
|
||||
var day = LibraryBrowser.getFutureDateText(date);
|
||||
|
||||
if (item.SeriesStudio) {
|
||||
day += " on " + item.SeriesStudio;
|
||||
}
|
||||
|
||||
if (item.AirTime) {
|
||||
day += " at " + item.AirTime;
|
||||
}
|
||||
|
||||
if (item.SeriesStudio) {
|
||||
day += " on " + item.SeriesStudio;
|
||||
}
|
||||
|
||||
return day;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue