mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
7ed287120b
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@
|
||||||
|
|
||||||
var minutes = item.RunTimeTicks / 600000000;
|
var minutes = item.RunTimeTicks / 600000000;
|
||||||
|
|
||||||
$('#txtSeriesRuntime', page).val(minutes);
|
$('#txtSeriesRuntime', page).val(Math.round(minutes));
|
||||||
} else {
|
} else {
|
||||||
$('#txtSeriesRuntime', page).val("");
|
$('#txtSeriesRuntime', page).val("");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue