diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-28 09:43:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 07:43:55 -0700 |
| commit | fec23de427fe1c46e4ce1aaf31f1695c90232059 (patch) | |
| tree | b0226f1e9345a607e3e857e8e32ba62051f82ef7 /MediaBrowser.Model/Notifications/SendToUserType.cs | |
| parent | abffd160c304486e9efbb8007fbd71a7e9b84449 (diff) | |
Remove Emby.Notifications (#9147)
Diffstat (limited to 'MediaBrowser.Model/Notifications/SendToUserType.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/SendToUserType.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Model/Notifications/SendToUserType.cs b/MediaBrowser.Model/Notifications/SendToUserType.cs deleted file mode 100644 index 65fc4e1ab..000000000 --- a/MediaBrowser.Model/Notifications/SendToUserType.cs +++ /dev/null @@ -1,11 +0,0 @@ -#pragma warning disable CS1591 - -namespace MediaBrowser.Model.Notifications -{ - public enum SendToUserType - { - All = 0, - Admins = 1, - Custom = 2 - } -} |
