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