chore(cli): formatting + version consistency

This commit is contained in:
Cory Dransfeldt 2025-06-11 13:01:36 -07:00
parent fdd556df83
commit 970061ff9d
No known key found for this signature in database
15 changed files with 83 additions and 34 deletions

View file

@ -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.');