chore(cli): formatting + version consistency
This commit is contained in:
parent
fdd556df83
commit
970061ff9d
15 changed files with 83 additions and 34 deletions
|
@ -16,6 +16,7 @@ export const addEpisodeToShow = async () => {
|
|||
|
||||
if (!matches.length) {
|
||||
console.warn('⚠️ No matching shows found.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -63,6 +64,7 @@ export const addEpisodeToShow = async () => {
|
|||
|
||||
if (update) {
|
||||
await updateItem('episodes', match.id, { plays });
|
||||
|
||||
console.log(`✅ Updated episode: S${season_number}E${episode_number}`);
|
||||
} else {
|
||||
console.warn('⚠️ Skipped update.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue