add api key to subtitle url
This commit is contained in:
parent
2b3fcaa01e
commit
b6665e3b4d
|
@ -345,6 +345,11 @@ namespace MediaBrowser.Model.Dlna
|
||||||
StringHelper.ToStringCultureInvariant(startPositionTicks),
|
StringHelper.ToStringCultureInvariant(startPositionTicks),
|
||||||
subtitleProfile.Format);
|
subtitleProfile.Format);
|
||||||
|
|
||||||
|
if (!string.IsNullOrWhiteSpace(accessToken))
|
||||||
|
{
|
||||||
|
info.Url += "?api_key=" + accessToken;
|
||||||
|
}
|
||||||
|
|
||||||
info.IsExternalUrl = false;
|
info.IsExternalUrl = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user