mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
force guide refresh
This commit is contained in:
parent
e140da0ddf
commit
6ce6ed7d9c
@ -491,7 +491,8 @@ namespace Emby.Server.Core
|
|||||||
{
|
{
|
||||||
var migrations = new List<IVersionMigration>
|
var migrations = new List<IVersionMigration>
|
||||||
{
|
{
|
||||||
new LibraryScanMigration(ServerConfigurationManager, TaskManager)
|
new LibraryScanMigration(ServerConfigurationManager, TaskManager),
|
||||||
|
new GuideMigration(ServerConfigurationManager, TaskManager)
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var task in migrations)
|
foreach (var task in migrations)
|
||||||
|
@ -182,6 +182,7 @@
|
|||||||
<Compile Include="MediaEncoder\EncodingManager.cs" />
|
<Compile Include="MediaEncoder\EncodingManager.cs" />
|
||||||
<Compile Include="Migrations\IVersionMigration.cs" />
|
<Compile Include="Migrations\IVersionMigration.cs" />
|
||||||
<Compile Include="Migrations\LibraryScanMigration.cs" />
|
<Compile Include="Migrations\LibraryScanMigration.cs" />
|
||||||
|
<Compile Include="Migrations\GuideMigration.cs" />
|
||||||
<Compile Include="Migrations\UpdateLevelMigration.cs" />
|
<Compile Include="Migrations\UpdateLevelMigration.cs" />
|
||||||
<Compile Include="News\NewsEntryPoint.cs" />
|
<Compile Include="News\NewsEntryPoint.cs" />
|
||||||
<Compile Include="News\NewsService.cs" />
|
<Compile Include="News\NewsService.cs" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user