mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-17 11:07:30 +08:00
feat: add douban url, optimize source aggregate
This commit is contained in:
@@ -494,7 +494,12 @@ function PlayPageClient() {
|
||||
result.title.toLowerCase() === videoTitle.toLowerCase() &&
|
||||
(videoYear
|
||||
? result.year.toLowerCase() === videoYear.toLowerCase()
|
||||
: true)
|
||||
: true) &&
|
||||
detailRef.current?.episodes.length &&
|
||||
((detailRef.current?.episodes.length === 1 &&
|
||||
result.episodes.length === 1) ||
|
||||
(detailRef.current?.episodes.length > 1 &&
|
||||
result.episodes.length > 1))
|
||||
);
|
||||
|
||||
if (exactMatch) {
|
||||
|
||||
Reference in New Issue
Block a user