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