Browse Source

Fix trickplay migration

The auto import generated by IDE used wrong namespace

Signed-off-by: gnattu <gnattuoc@me.com>
gnattu 9 months ago
parent
commit
a1b84d2dea
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;