mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
add latest translations
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
|
||||
/// <summary>
|
||||
/// Plugin Update Task
|
||||
/// </summary>
|
||||
public class SystemUpdateTask : IScheduledTask
|
||||
public class SystemUpdateTask : IScheduledTask, IHasKey
|
||||
{
|
||||
/// <summary>
|
||||
/// The _app host
|
||||
@@ -140,5 +140,10 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
|
||||
{
|
||||
get { return "Application"; }
|
||||
}
|
||||
|
||||
public string Key
|
||||
{
|
||||
get { return "SystemUpdateTask"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user