minor refactors

This commit is contained in:
geoffrey45
2022-05-22 19:29:37 +03:00
parent 6a2b87b48c
commit 16857b5053
7 changed files with 11 additions and 52 deletions
+3 -3
View File
@@ -28,9 +28,9 @@ class Limit:
Holds all the default limit values.
"""
tracks: int = 10
albums: int = 10
artists: int = 10
tracks: int = 50
albums: int = 50
artists: int = 50
class SearchTracks: