Kavita+ Tweaks (#2595)
This commit is contained in:
parent
e21144bf6b
commit
3dcf7750f7
21 changed files with 501 additions and 414 deletions
|
@ -15,4 +15,8 @@ public class ScrobbleEventFilter
|
|||
/// A query to search against
|
||||
/// </summary>
|
||||
public string Query { get; set; }
|
||||
/// <summary>
|
||||
/// Include reviews in the result - Note: Review Scrobbling is disabled
|
||||
/// </summary>
|
||||
public bool IncludeReviews { get; set; } = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue