fix 3.5 build error

pull/702/head
Luke Pulverenti 8 years ago
parent dafbd48f46
commit 67642b6f57

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

Loading…
Cancel
Save