diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-27 11:02:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-27 11:02:16 -0400 |
| commit | 390f1653327e15248c0b0181b338c6a14d04732a (patch) | |
| tree | a8e4ba737ec5796e7332340da59ceba38e07620e /MediaBrowser.Model/Querying | |
| parent | 2d0c51071a952634d501c74c105e6b2bc48f856b (diff) | |
#280 - avoid an extra request to last fm by taking data from the MusicArtist entity
Diffstat (limited to 'MediaBrowser.Model/Querying')
| -rw-r--r-- | MediaBrowser.Model/Querying/ArtistsQuery.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Querying/ArtistsQuery.cs b/MediaBrowser.Model/Querying/ArtistsQuery.cs index 4d52eaf4bc..471757196c 100644 --- a/MediaBrowser.Model/Querying/ArtistsQuery.cs +++ b/MediaBrowser.Model/Querying/ArtistsQuery.cs @@ -6,10 +6,5 @@ namespace MediaBrowser.Model.Querying /// </summary> public class ArtistsQuery : ItemsByNameQuery { - /// <summary> - /// Filter by artists that are on tour, or not - /// </summary> - /// <value><c>null</c> if [is on tour] contains no value, <c>true</c> if [is on tour]; otherwise, <c>false</c>.</value> - public bool? IsOnTour { get; set; } } } |
