mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix trickplay migration
The auto import generated by IDE used wrong namespace Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
c6de7225b9
commit
a1b84d2dea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue