mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Add baseURL to attachments
This commit is contained in:
parent
f3db3cacf6
commit
e8c593f413
1 changed files with 2 additions and 1 deletions
|
@ -573,7 +573,8 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
attachment.DeliveryUrl = string.Format(
|
||||
CultureInfo.InvariantCulture,
|
||||
"/Videos/{0}/{1}/Attachments/{2}",
|
||||
"{0}/Videos/{1}/{2}/Attachments/{3}",
|
||||
ServerConfigurationManager.Configuration.BaseUrl,
|
||||
item.Id,
|
||||
mediaSource.Id,
|
||||
attachment.Index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue