diff options
| author | PloughPuff <ploughpuff@protonmail.com> | 2019-03-14 21:32:27 +0000 |
|---|---|---|
| committer | PloughPuff <ploughpuff@protonmail.com> | 2019-03-14 21:34:09 +0000 |
| commit | d125fbc43d453be7de08375dede1748d4c19a8cf (patch) | |
| tree | 5a1bb9835dff333c3029eca84ee99ec6346ac9f6 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | f8bb7a7ff4d87d19a43f97fed557aa92a657a50f (diff) | |
Added contact email to user agent
MusicBrainz request a contact email address is supplied in comment section of user agent field.
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 966448d63..2925a3efd 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -72,6 +72,12 @@ namespace MediaBrowser.Common string ApplicationUserAgent { get; } /// <summary> + /// Gets the email address for use within a comment section of a user agent field. + /// Presently used to provide contact information to MusicBrainz service. + /// </summary> + string ApplicationUserAgentAddress { get; } + + /// <summary> /// Gets the exports. /// </summary> /// <typeparam name="T"></typeparam> |
