Browse Source

remove test code

Luke Pulverenti 8 năm trước cách đây
mục cha
commit
92d8e9f564
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 0 - 2
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -989,8 +989,6 @@ namespace MediaBrowser.Api.Playback
                 }
             }
 
-            arg += string.Format(" -ss {0}", MediaEncoder.GetTimeParameter(TimeSpan.FromSeconds(1).Ticks)); 
-
             return arg.Trim();
         }