mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-19 12:27:29 +08:00
fix: aggreaget match and keyword trim
This commit is contained in:
@@ -27,7 +27,7 @@ async function refreshRecordAndFavorites() {
|
||||
promise = fetchVideoDetail({
|
||||
source,
|
||||
id,
|
||||
fallbackTitle,
|
||||
fallbackTitle: fallbackTitle.trim(),
|
||||
fallbackYear: '',
|
||||
});
|
||||
detailCache.set(key, promise);
|
||||
|
||||
Reference in New Issue
Block a user