diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2024-09-08 09:46:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 09:46:53 +0200 |
| commit | dbba4ef4f6d0e8e66fdbe7c20869b8911b9bfdb0 (patch) | |
| tree | 3a84e444356a9d6c23678ec002bc3cd18c81dc2a | |
| parent | a75163a49f43c720a4d76b13fdc296fd2032dfc8 (diff) | |
| parent | a1b84d2dead253cc4c08d03106b9369eaeb73aa9 (diff) | |
Merge pull request #12608 from gnattu/fix-trickplay-migration
Fix trickplay migration
| -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; |
