Various FE fixes
This commit is contained in:
@@ -147,6 +147,6 @@ class LidarrHistoryRepository(LidarrBase):
|
||||
artist_mbid=artist_mbid,
|
||||
date_added=date_added,
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
return out
|
||||
return out
|
||||
|
||||
@@ -595,7 +595,7 @@ class ArtistService:
|
||||
)
|
||||
|
||||
_SCAN_BATCH = 100
|
||||
_MAX_SCAN_BATCHES = 20
|
||||
_MAX_SCAN_BATCHES = 2
|
||||
seen_mbids: set[str] = set()
|
||||
all_albums: list[ReleaseItem] = []
|
||||
all_singles: list[ReleaseItem] = []
|
||||
|
||||
@@ -310,4 +310,4 @@ class TestFilterAwarePagination:
|
||||
|
||||
assert result.has_more is True
|
||||
assert result.next_offset is not None
|
||||
assert result.next_offset == 20
|
||||
assert result.next_offset == 2
|
||||
|
||||
Reference in New Issue
Block a user