diff options
Diffstat (limited to 'MediaBrowser.Providers/Music/LastfmArtistProvider.cs')
| -rw-r--r-- | MediaBrowser.Providers/Music/LastfmArtistProvider.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/MediaBrowser.Providers/Music/LastfmArtistProvider.cs b/MediaBrowser.Providers/Music/LastfmArtistProvider.cs index ce1e0f4677..b01fa12560 100644 --- a/MediaBrowser.Providers/Music/LastfmArtistProvider.cs +++ b/MediaBrowser.Providers/Music/LastfmArtistProvider.cs @@ -78,16 +78,16 @@ namespace MediaBrowser.Providers.Music } } - // Try to find the id using last fm - var result = await FindIdFromLastFm(item, cancellationToken).ConfigureAwait(false); - - if (result != null) - { - if (!string.IsNullOrEmpty(result)) - { - return result; - } - } + //// Try to find the id using last fm + //var result = await FindIdFromLastFm(item, cancellationToken).ConfigureAwait(false); + + //if (result != null) + //{ + // if (!string.IsNullOrEmpty(result)) + // { + // return result; + // } + //} try { |
