WIP fixed namespaces

This commit is contained in:
JPVenson
2025-03-25 15:30:22 +00:00
parent 7cd059c033
commit 160020c551
219 changed files with 793 additions and 773 deletions

View File

@@ -1,7 +1,7 @@
#pragma warning disable CS1591
using System;
using Jellyfin.Data.Enums;
using Jellyfin.Database.Implementations.Enums;
namespace Jellyfin.Data
{

View File

@@ -2,8 +2,8 @@ using System;
using System.ComponentModel;
using System.Linq;
using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Enums;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data;