Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/3ed6f370305d8f73f88bb0f7a752e969148a1cbd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
47 changed files with
47 additions and
47 deletions
@ -13,4 +13,4 @@ namespace MediaBrowser.Controller.Channels
Items = new List < ChannelItemInfo > ( ) ;
}
}
}
}
@ -6,4 +6,4 @@
Folder = 1
}
}
}
@ -12,4 +12,4 @@
Adult = 4
}
}
}
@ -11,4 +11,4 @@
{
public string UserId { get ; set ; }
}
}
}
@ -12,4 +12,4 @@ namespace MediaBrowser.Controller.Channels
/// </summary>
Task < IEnumerable < MediaSourceInfo > > GetChannelItemMediaInfo ( string id , CancellationToken cancellationToken ) ;
}
}
}
@ -47,4 +47,4 @@ namespace MediaBrowser.Controller.Channels
{
string [ ] Attributes { get ; }
}
}
}
@ -22,4 +22,4 @@ namespace MediaBrowser.Controller.Drawing
return processor . GetImageCacheTag ( item , imageInfo ) ;
}
}
}
}
@ -105,4 +105,4 @@ namespace MediaBrowser.Controller
string GetTranscodingTempPath ( ) ;
}
}
}
@ -40,4 +40,4 @@ namespace MediaBrowser.Controller.Library
/// <returns><c>true</c> if [is path locked] [the specified path]; otherwise, <c>false</c>.</returns>
bool IsPathLocked ( string path ) ;
}
}
}
@ -16,4 +16,4 @@ namespace MediaBrowser.Controller.Library
{
bool IsEnabled { get ; }
}
}
}
@ -16,4 +16,4 @@ namespace MediaBrowser.Controller.Library
/// <value>The item id.</value>
public Guid ? ItemId { get ; set ; }
}
}
}
@ -10,4 +10,4 @@ namespace MediaBrowser.Controller.Library
return manager . GetItemById ( new Guid ( id ) ) ;
}
}
}
}
@ -8,4 +8,4 @@
/// <value><c>true</c> if [played to completion]; otherwise, <c>false</c>.</value>
public bool PlayedToCompletion { get ; set ; }
}
}
}
@ -17,4 +17,4 @@ namespace MediaBrowser.Controller.LiveTv
}
}
}
}
@ -70,4 +70,4 @@ namespace MediaBrowser.Controller.LiveTv
Clients = new List < string > ( ) ;
}
}
}
}
@ -13,4 +13,4 @@ namespace MediaBrowser.Controller.Net
/// <value>The connection.</value>
public IWebSocketConnection Connection { get ; set ; }
}
}
}
@ -11,4 +11,4 @@ namespace MediaBrowser.Controller.Providers
SongInfos = new List < SongInfo > ( ) ;
}
}
}
}
@ -4,4 +4,4 @@ namespace MediaBrowser.Controller.Providers
{
public string SeriesName { get ; set ; }
}
}
}
@ -4,4 +4,4 @@ namespace MediaBrowser.Controller.Providers
{
}
}
}
@ -7,4 +7,4 @@ namespace MediaBrowser.Controller.Providers
public string ImageId { get ; set ; }
public ImageType Type { get ; set ; }
}
}
}
@ -33,4 +33,4 @@ namespace MediaBrowser.Controller.Providers
}
}
}
}
}
@ -17,4 +17,4 @@ namespace MediaBrowser.Controller.Providers
SeriesProviderIds = new Dictionary < string , string > ( StringComparer . OrdinalIgnoreCase ) ;
}
}
}
}
@ -12,4 +12,4 @@ namespace MediaBrowser.Controller.Providers
public ExtraType ExtraType { get ; set ; }
}
}
}
@ -6,4 +6,4 @@ namespace MediaBrowser.Controller.Providers
Metadata = 2 ,
Remote = 3
}
}
}
@ -8,4 +8,4 @@ namespace MediaBrowser.Controller.Providers
/// <value>The game system.</value>
public string GameSystem { get ; set ; }
}
}
}
@ -8,4 +8,4 @@ namespace MediaBrowser.Controller.Providers
/// <value>The path.</value>
public string Path { get ; set ; }
}
}
}
@ -12,4 +12,4 @@ namespace MediaBrowser.Controller.Providers
List < string > GetFilePaths ( string path ) ;
List < string > GetFilePaths ( string path , bool clearCache ) ;
}
}
}
@ -24,4 +24,4 @@ namespace MediaBrowser.Controller.Providers
/// <returns>Task{DynamicImageResponse}.</returns>
Task < DynamicImageResponse > GetImage ( BaseItem item , ImageType type , CancellationToken cancellationToken ) ;
}
}
}
@ -12,4 +12,4 @@ namespace MediaBrowser.Controller.Providers
/// <returns><c>true</c> if the specified item has changed; otherwise, <c>false</c>.</returns>
bool HasChanged ( BaseItem item , IDirectoryService directoryService ) ;
}
}
}
@ -5,4 +5,4 @@ namespace MediaBrowser.Controller.Providers
{
TLookupInfoType GetLookupInfo ( ) ;
}
}
}
@ -4,4 +4,4 @@ namespace MediaBrowser.Controller.Providers
{
int Order { get ; }
}
}
}
@ -58,4 +58,4 @@ namespace MediaBrowser.Controller.Providers
{
public bool RequiresTransparency { get ; set ; }
}
}
}
@ -7,4 +7,4 @@ namespace MediaBrowser.Controller.Providers
{
List < LocalImageInfo > GetImages ( BaseItem item , IDirectoryService directoryService ) ;
}
}
}
@ -4,4 +4,4 @@ namespace MediaBrowser.Controller.Providers
{
}
}
}
@ -175,4 +175,4 @@ namespace MediaBrowser.Controller.Providers
Normal = 1 ,
Low = 2
}
}
}
@ -14,4 +14,4 @@ namespace MediaBrowser.Controller.Providers
/// <returns>Task{HttpResponseInfo}.</returns>
Task < HttpResponseInfo > GetImageResponse ( string url , CancellationToken cancellationToken ) ;
}
}
}
@ -29,4 +29,4 @@ namespace MediaBrowser.Controller.Providers
public bool IsInMixedFolder { get ; set ; }
public bool IsPlaceHolder { get ; set ; }
}
}
}
@ -8,4 +8,4 @@ namespace MediaBrowser.Controller.Providers
public FileSystemMetadata FileInfo { get ; set ; }
public ImageType Type { get ; set ; }
}
}
}
@ -22,4 +22,4 @@ namespace MediaBrowser.Controller.Providers
/// </summary>
FullRefresh = 3
}
}
}
@ -4,4 +4,4 @@ namespace MediaBrowser.Controller.Providers
{
}
}
}
@ -4,4 +4,4 @@ namespace MediaBrowser.Controller.Providers
{
public string [ ] Artists { get ; set ; }
}
}
}
@ -4,4 +4,4 @@ namespace MediaBrowser.Controller.Providers
{
}
}
}
@ -20,4 +20,4 @@ namespace MediaBrowser.Controller.Providers
/// <value><c>true</c> if [include disabled providers]; otherwise, <c>false</c>.</value>
public bool IncludeDisabledProviders { get ; set ; }
}
}
}
@ -12,4 +12,4 @@ namespace MediaBrowser.Controller.Providers
SeriesProviderIds = new Dictionary < string , string > ( StringComparer . OrdinalIgnoreCase ) ;
}
}
}
}
@ -3,4 +3,4 @@ namespace MediaBrowser.Controller.Providers
public class SeriesInfo : ItemLookupInfo
{
}
}
}
@ -3,4 +3,4 @@ namespace MediaBrowser.Controller.Providers
public class TrailerInfo : ItemLookupInfo
{
}
}
}
@ -9,4 +9,4 @@ namespace MediaBrowser.Controller.Subtitles
public bool IsForced { get ; set ; }
public Stream Stream { get ; set ; }
}
}
}