diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-17 15:57:24 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-17 15:57:24 -0400 |
| commit | 422d5b2b68bdce4da385a19382a7a52060cb10b2 (patch) | |
| tree | f304123d637e8d1a66f46209dfbd0d5c07ddef7e /MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs | |
| parent | e5c857ac3639c2aba34e59437e501bfdd6b1ba02 (diff) | |
Move ExternalIdMediaType enum to MediaBrowser.Model
Diffstat (limited to 'MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs')
| -rw-r--r-- | MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs b/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs index 150149a6b3..126a79a08e 100644 --- a/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs +++ b/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs @@ -1,6 +1,7 @@ using MediaBrowser.Controller.Entities.Audio; using MediaBrowser.Controller.Providers; using MediaBrowser.Model.Entities; +using MediaBrowser.Model.Providers; namespace MediaBrowser.Providers.Plugins.AudioDb { |
