Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbaf80e941 | |||
| 4fc597c5de |
@@ -1 +1 @@
|
||||
v1.3.5
|
||||
v1.3.6
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aniworld-web",
|
||||
"version": "1.3.5",
|
||||
"version": "1.3.6",
|
||||
"description": "Aniworld Anime Download Manager - Web Frontend",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -544,10 +544,9 @@ async def _check_media_scan_status() -> bool:
|
||||
Returns:
|
||||
bool: True if media scan was completed, False otherwise
|
||||
"""
|
||||
return await _check_scan_status(
|
||||
check_method=lambda svc, db: svc.is_initial_media_scan_completed(db),
|
||||
scan_type="media"
|
||||
)
|
||||
# DISABLED: Always return True to skip startup scan
|
||||
# To re-enable, change to: return await _check_scan_status(...)
|
||||
return True
|
||||
|
||||
|
||||
async def _mark_media_scan_completed() -> None:
|
||||
|
||||
Reference in New Issue
Block a user