Explorar o código

ensure recording filename is unique

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
355edfa202

+ 1 - 1
MediaBrowser.Server.Implementations/LiveTv/EmbyTV/RecordingHelper.cs

@@ -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;