mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
update translations
This commit is contained in:
@@ -12,7 +12,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
||||
/// <summary>
|
||||
/// Class RefreshMediaLibraryTask
|
||||
/// </summary>
|
||||
public class RefreshMediaLibraryTask : IScheduledTask
|
||||
public class RefreshMediaLibraryTask : IScheduledTask, IHasKey
|
||||
{
|
||||
/// <summary>
|
||||
/// The _library manager
|
||||
@@ -88,5 +88,10 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
||||
return "Library";
|
||||
}
|
||||
}
|
||||
|
||||
public string Key
|
||||
{
|
||||
get { return "RefreshLibrary"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user