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,8 +1,8 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Enums;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -3,7 +3,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -2,8 +2,8 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Enums;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -2,7 +2,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,8 +1,8 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Enums;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Jellyfin.Data.Interfaces;
using Jellyfin.Database.Implementations.Interfaces;
namespace Jellyfin.Data.Entities.Libraries
{