diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-05-10 10:54:41 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-05-10 10:54:41 -0400 |
| commit | 55cfa96b9f8127c6327702fe98407d771bb987b7 (patch) | |
| tree | c777691bca150bc571cda27203d6676b1fed7a71 /Jellyfin.Data/Entities/Chapter.cs | |
| parent | 2b41f8ab632b706b0f4e2d17032dbb07ce73136e (diff) | |
Apply review suggestions
Diffstat (limited to 'Jellyfin.Data/Entities/Chapter.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/Chapter.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Jellyfin.Data/Entities/Chapter.cs b/Jellyfin.Data/Entities/Chapter.cs index 1ee6a9c07..d48cb9b62 100644 --- a/Jellyfin.Data/Entities/Chapter.cs +++ b/Jellyfin.Data/Entities/Chapter.cs @@ -1,15 +1,9 @@ using System; -using System.Collections.Generic; -using System.Collections.ObjectModel; -using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; -using System.Linq; -using System.Runtime.CompilerServices; namespace Jellyfin.Data.Entities { - [Table("Chapter")] public partial class Chapter { partial void Init(); |
