瀏覽代碼

fix 3.5 build error

Luke Pulverenti 9 年之前
父節點
當前提交
67642b6f57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Model/Dlna/StreamInfo.cs

+ 1 - 1
MediaBrowser.Model/Dlna/StreamInfo.cs

@@ -345,7 +345,7 @@ namespace MediaBrowser.Model.Dlna
                         StringHelper.ToStringCultureInvariant(startPositionTicks),
                         subtitleProfile.Format);
 
-                    if (!string.IsNullOrWhiteSpace(accessToken))
+                    if (!string.IsNullOrEmpty(accessToken))
                     {
                         info.Url += "?api_key=" + accessToken;
                     }