Apply review suggestions

This commit is contained in:
Patrick Barron
2020-05-10 10:54:41 -04:00
parent 2b41f8ab63
commit 55cfa96b9f
54 changed files with 189 additions and 1427 deletions

View File

@@ -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("Preference")]
public partial class Preference
{
partial void Init();