Browse Source

Merge pull request #12608 from gnattu/fix-trickplay-migration

Fix trickplay migration
Niels van Velzen 9 months ago
parent
commit
dbba4ef4f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs

+ 1 - 1
Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs

@@ -1,10 +1,10 @@
 using System;
 using System.Globalization;
 using System.IO;
-using DiscUtils;
 using MediaBrowser.Controller.Entities;
 using MediaBrowser.Controller.Library;
 using MediaBrowser.Controller.Trickplay;
+using MediaBrowser.Model.IO;
 
 namespace Jellyfin.Server.Migrations.Routines;