aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Querying
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-27 11:02:16 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-27 11:02:16 -0400
commit390f1653327e15248c0b0181b338c6a14d04732a (patch)
treea8e4ba737ec5796e7332340da59ceba38e07620e /MediaBrowser.Model/Querying
parent2d0c51071a952634d501c74c105e6b2bc48f856b (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.cs5
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; }
}
}