mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -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),
|
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…
x
Reference in New Issue
Block a user