Clean up generated code

This commit is contained in:
Patrick Barron
2020-05-02 17:56:05 -04:00
parent 1927d0e23c
commit 2b41f8ab63
52 changed files with 5613 additions and 5976 deletions

View File

@@ -0,0 +1,15 @@
using System;
namespace Jellyfin.Data.Enums
{
public enum PreferenceKind : Int32
{
MaxParentalRating,
BlockedTags,
RemoteClientBitrateLimit,
EnabledDevices,
EnabledChannels,
EnabledFolders,
EnableContentDeletionFromFolders
}
}