diff options
| author | gnattu <gnattuoc@me.com> | 2024-09-08 15:05:55 +0800 |
|---|---|---|
| committer | gnattu <gnattuoc@me.com> | 2024-09-08 15:05:55 +0800 |
| commit | a1b84d2dead253cc4c08d03106b9369eaeb73aa9 (patch) | |
| tree | 74eeec6f52abfd42f88927be7f323c897b15717b | |
| parent | c6de7225b9f493bb18f5e7362d785ac8a71e5f32 (diff) | |
Fix trickplay migration
The auto import generated by IDE used wrong namespace
Signed-off-by: gnattu <gnattuoc@me.com>
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs b/Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs index e8abee95a..301541b6c 100644 --- a/Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs +++ b/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; |
