diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-02-11 23:52:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-11 23:52:09 +0100 |
| commit | f5417c50f758309d2a293c400402bda8a911664e (patch) | |
| tree | 28ea17b90aa0d372a9c4e9826fede2eb965e7333 /Jellyfin.Data | |
| parent | 7b1bd9f234b0404007a9331c6a133f8a9a241ae0 (diff) | |
| parent | cb61a57e828f1e35b32cdb020a57bb4df35a5b3a (diff) | |
Merge pull request #9139 from Jpuc1143/tag-whitelist
Diffstat (limited to 'Jellyfin.Data')
| -rw-r--r-- | Jellyfin.Data/Enums/PreferenceKind.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Jellyfin.Data/Enums/PreferenceKind.cs b/Jellyfin.Data/Enums/PreferenceKind.cs index a54d789af..d2b412e45 100644 --- a/Jellyfin.Data/Enums/PreferenceKind.cs +++ b/Jellyfin.Data/Enums/PreferenceKind.cs @@ -63,6 +63,11 @@ namespace Jellyfin.Data.Enums /// <summary> /// A list of ordered views. /// </summary> - OrderedViews = 11 + OrderedViews = 11, + + /// <summary> + /// A list of allowed tags. + /// </summary> + AllowedTags = 12 } } |
