aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs
diff options
context:
space:
mode:
authorStepan Goremykin <goremukin@gmail.com>2023-10-08 00:50:02 +0200
committerStepan Goremykin <goremukin@gmail.com>2023-10-08 00:50:02 +0200
commitf84469d50029801003e76cfe8a156d559182432d (patch)
tree3da3a3a065539ae5cb7dc9fa3fdacc3c8e6d67ee /Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs
parent963d8e66a2253dd421925b56497581e93ab07aff (diff)
Remove redundant using directives
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs')
-rw-r--r--Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs b/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs
index e1a43bb48..ac5047401 100644
--- a/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs
+++ b/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs
@@ -3,7 +3,6 @@ using System.Globalization;
using System.IO;
using Emby.Server.Implementations.Data;
using MediaBrowser.Controller;
-using MediaBrowser.Controller.Persistence;
using MediaBrowser.Model.Globalization;
using Microsoft.Data.Sqlite;
using Microsoft.Extensions.Logging;