remove Query from mediaprovider.SearchResult

This commit is contained in:
Drew Weymouth
2024-05-23 15:56:56 -07:00
parent d43b4a4c8f
commit 21feca3265
5 changed files with 16 additions and 13 deletions
-1
View File
@@ -179,5 +179,4 @@ type SearchResult struct {
// Unset for ContentTypes Artist, Playlist, and Genre
ArtistName string
Query string
}