mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-21 09:14:42 +08:00
fix: build error
This commit is contained in:
@@ -187,6 +187,7 @@ export class D1Storage implements IStorage {
|
||||
year: result.year,
|
||||
total_episodes: result.total_episodes,
|
||||
save_time: result.save_time,
|
||||
search_title: result.search_title,
|
||||
};
|
||||
} catch (err) {
|
||||
console.error('Failed to get favorite:', err);
|
||||
@@ -246,6 +247,7 @@ export class D1Storage implements IStorage {
|
||||
year: row.year,
|
||||
total_episodes: row.total_episodes,
|
||||
save_time: row.save_time,
|
||||
search_title: row.search_title,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user