Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/a03b99a229805f0298e7608bf4ec9bcb7e566af0?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
4 additions and
4 deletions
@ -27,7 +27,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
private readonly INotificationsRepository _notificationsRepo ;
private readonly INotificationsRepository _notificationsRepo ;
private readonly IUserManager _userManager ;
private readonly IUserManager _userManager ;
private readonly TimeSpan _frequency = TimeSpan . FromHours ( 1 2 ) ;
private readonly TimeSpan _frequency = TimeSpan . FromHours ( 1 ) ;
private readonly TimeSpan _maxAge = TimeSpan . FromDays ( 31 ) ;
private readonly TimeSpan _maxAge = TimeSpan . FromDays ( 31 ) ;
public RemoteNotifications ( IApplicationPaths appPaths , ILogger logger , IHttpClient httpClient , IJsonSerializer json , INotificationsRepository notificationsRepo , IUserManager userManager )
public RemoteNotifications ( IApplicationPaths appPaths , ILogger logger , IHttpClient httpClient , IJsonSerializer json , INotificationsRepository notificationsRepo , IUserManager userManager )
@ -58,7 +58,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
var lastRunTime = File . Exists ( dataPath ) ? File . GetLastWriteTimeUtc ( dataPath ) : DateTime . MinValue ;
var lastRunTime = File . Exists ( dataPath ) ? File . GetLastWriteTimeUtc ( dataPath ) : DateTime . MinValue ;
//if ((DateTime.UtcNow - lastRunTime) >= _frequency )
if ( ( DateTime . UtcNow - lastRunTime ) > = _frequency )
{
{
try
try
{
{
@ -228,7 +228,7 @@
<ItemGroup >
<ItemGroup >
<EmbeddedResource Include= "MediaEncoder\fonts\ARIALUNI.TTF" />
<EmbeddedResource Include= "MediaEncoder\fonts\ARIALUNI.TTF" />
<EmbeddedResource Include= "MediaEncoder\fonts\fonts.conf" />
<EmbeddedResource Include= "MediaEncoder\fonts\fonts.conf" />
<EmbeddedResource Include= "MediaEncoder\ffmpeg20130 62 6.zip" />
<EmbeddedResource Include= "MediaEncoder\ffmpeg20130 71 6.zip" />
<None Include= "packages.config" />
<None Include= "packages.config" />
</ItemGroup>
</ItemGroup>
<ItemGroup >
<ItemGroup >
@ -1 +0,0 @@
fda38197d51a5e416d7968b0082d65ed4fe56f34
@ -0,0 +1 @@
fc69423e965d1c38f17146d6e8b859c064176e82