mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
add hover menus to recordings
This commit is contained in:
@@ -731,7 +731,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
|||||||
|
|
||||||
var programsPerDay = channelCount * 48;
|
var programsPerDay = channelCount * 48;
|
||||||
|
|
||||||
const int maxPrograms = 32000;
|
const int maxPrograms = 24000;
|
||||||
|
|
||||||
var days = Math.Round(((double)maxPrograms) / programsPerDay);
|
var days = Math.Round(((double)maxPrograms) / programsPerDay);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user