mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
3.0.5518.7
This commit is contained in:
parent
fc98351abf
commit
d2b3146108
2 changed files with 3 additions and 3 deletions
|
|
@ -410,7 +410,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
return "/mediabrowser/mediabrowser" + path;
|
||||
}
|
||||
|
||||
return "mediabrowser//mediabrowser" + path;
|
||||
return "mediabrowser/mediabrowser/" + path;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue