ensure recording filename is unique
This commit is contained in:
parent
3f17949f25
commit
72120e0de5
|
@ -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…
Reference in New Issue
Block a user