Metadata Downloading (#3525)
This commit is contained in:
parent
eb66763078
commit
f4fd7230ea
108 changed files with 6296 additions and 484 deletions
|
@ -104,7 +104,13 @@ public class LibraryBuilder : IEntityBuilder<Library>
|
|||
return this;
|
||||
}
|
||||
|
||||
public LibraryBuilder WIthAllowScrobbling(bool allowScrobbling)
|
||||
public LibraryBuilder WithAllowMetadataMatching(bool allow)
|
||||
{
|
||||
_library.AllowMetadataMatching = allow;
|
||||
return this;
|
||||
}
|
||||
|
||||
public LibraryBuilder WithAllowScrobbling(bool allowScrobbling)
|
||||
{
|
||||
_library.AllowScrobbling = allowScrobbling;
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue