mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-11 03:23:03 +03:00
Fix missing filename for timer (#11629)
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Jellyfin.LiveTv.Timers
|
||||
public TimerManager(ILogger<TimerManager> logger, IConfigurationManager config)
|
||||
: base(
|
||||
logger,
|
||||
Path.Combine(config.CommonApplicationPaths.DataPath, "livetv"),
|
||||
Path.Combine(config.CommonApplicationPaths.DataPath, "livetv/timers.json"),
|
||||
(r1, r2) => string.Equals(r1.Id, r2.Id, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user