fix: Change source type from ani24 to ohli24 - Update detection logic in mod_queue.py - Update source badge color mapping - Update downloader selection

This commit is contained in:
2026-01-08 20:14:21 +09:00
parent cae3c9b269
commit d98c13a4e9
4 changed files with 6 additions and 6 deletions

View File

@@ -924,7 +924,7 @@
// Source badge color based on type
const sourceColors = {
'ani24': 'background: linear-gradient(135deg, #f59e0b, #d97706);',
'ohli24': 'background: linear-gradient(135deg, #f59e0b, #d97706);',
'ohli24': 'background: linear-gradient(135deg, #f59e0b, #d97706);',
'anilife': 'background: linear-gradient(135deg, #ec4899, #be185d);',
'youtube': 'background: linear-gradient(135deg, #ef4444, #b91c1c);',