Ver Fonte

fix 3.5 build error

Luke Pulverenti há 9 anos atrás
pai
commit
67642b6f57
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
                     }