mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
ensure recording filename is unique
This commit is contained in:
parent
fb0ac1ab45
commit
355edfa202
@ -73,7 +73,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
||||
}
|
||||
else
|
||||
{
|
||||
name += " " + info.StartDate.ToString("yyyy-MM-dd");
|
||||
name += " " + info.StartDate.ToString("yyyy-MM-dd") + " " + info.Id;
|
||||
}
|
||||
|
||||
return name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user