mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Fix comments
This commit is contained in:
parent
10ae815bb4
commit
d868530d1e
3 changed files with 1 additions and 3 deletions
|
@ -151,7 +151,6 @@ namespace MediaBrowser.Providers.Music
|
|||
Url = url,
|
||||
CancellationToken = cancellationToken,
|
||||
BufferContent = true
|
||||
|
||||
},
|
||||
"GET").ConfigureAwait(false))
|
||||
using (var response = httpResponse.Content)
|
||||
|
|
|
@ -63,6 +63,6 @@ namespace MediaBrowser.Providers.Music
|
|||
|
||||
/// <inheritdoc />
|
||||
public bool Supports(IHasProviderIds item)
|
||||
=> item is Audio || item is MusicAlbum;
|
||||
=> item is Audio || item is MusicAlbum;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,7 +78,6 @@ namespace MediaBrowser.Providers.Music
|
|||
public string Key => MetadataProviders.MusicBrainzArtist.ToString();
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
public string UrlFormatString => "https://musicbrainz.org/artist/{0}";
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue