mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Set up framework for artist indexer searching
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
{
|
||||
public class AlbumSearchCriteria : SearchCriteriaBase
|
||||
{
|
||||
public override string ToString()
|
||||
{
|
||||
return $"[{Album.Title}]";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user