fix 3.5 build error

This commit is contained in:
Luke Pulverenti 2016-03-16 12:53:53 -04:00
parent dafbd48f46
commit 67642b6f57

View file

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