mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Fix missing filename for timer (#11629)
This commit is contained in:
parent
d5dc4435d9
commit
3f760e6685
@ -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))
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user