mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
fix 3.5 build error
This commit is contained in:
parent
dafbd48f46
commit
67642b6f57
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user