diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-17 11:37:55 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-17 11:37:55 +0100 |
| commit | bc1cc2d04ae0e823becf59964e5bdc5a74ae7741 (patch) | |
| tree | d97694ca31bf52da2fc261259693e8b1c090fcc4 /Jellyfin.Data | |
| parent | b63f615fd4f92f40394d04c9ae764b35aadc000d (diff) | |
Remove unused using directives
Diffstat (limited to 'Jellyfin.Data')
| -rw-r--r-- | Jellyfin.Data/Entities/HomeSection.cs | 3 | ||||
| -rw-r--r-- | Jellyfin.Data/Entities/Libraries/SeriesMetadata.cs | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Jellyfin.Data/Entities/HomeSection.cs b/Jellyfin.Data/Entities/HomeSection.cs index 5adc52491..d03d0f7a8 100644 --- a/Jellyfin.Data/Entities/HomeSection.cs +++ b/Jellyfin.Data/Entities/HomeSection.cs @@ -1,5 +1,4 @@ -using System.ComponentModel.DataAnnotations; -using System.ComponentModel.DataAnnotations.Schema; +using System.ComponentModel.DataAnnotations.Schema; using Jellyfin.Data.Enums; namespace Jellyfin.Data.Entities diff --git a/Jellyfin.Data/Entities/Libraries/SeriesMetadata.cs b/Jellyfin.Data/Entities/Libraries/SeriesMetadata.cs index 730deccae..cc04d033a 100644 --- a/Jellyfin.Data/Entities/Libraries/SeriesMetadata.cs +++ b/Jellyfin.Data/Entities/Libraries/SeriesMetadata.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; -using System.ComponentModel.DataAnnotations.Schema; using Jellyfin.Data.Interfaces; namespace Jellyfin.Data.Entities.Libraries |
