1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Eric Reed 2013-09-26 11:31:11 -04:00
commit 7ed287120b

View file

@ -677,7 +677,7 @@
var minutes = item.RunTimeTicks / 600000000;
$('#txtSeriesRuntime', page).val(minutes);
$('#txtSeriesRuntime', page).val(Math.round(minutes));
} else {
$('#txtSeriesRuntime', page).val("");
}