Merge pull request #2782 from JustAMan/fix-ssa-delivery
Fix support for attachments with baseURL set
This commit is contained in:
commit
6386b9b1b9
|
@ -572,8 +572,7 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
attachment.DeliveryUrl = string.Format(
|
||||
CultureInfo.InvariantCulture,
|
||||
"{0}/Videos/{1}/{2}/Attachments/{3}",
|
||||
ServerConfigurationManager.Configuration.BaseUrl,
|
||||
"/Videos/{0}/{1}/Attachments/{2}",
|
||||
item.Id,
|
||||
mediaSource.Id,
|
||||
attachment.Index);
|
||||
|
|
Loading…
Reference in New Issue
Block a user