feat(spotify): implement milestone M4 importers
This commit is contained in:
@@ -4,6 +4,7 @@ import minimist from "minimist";
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
||||
import { getAuthStatus, runAuthorizationFlow } from "./auth.js";
|
||||
import { runImportCommand } from "./importers/index.js";
|
||||
import {
|
||||
runAddToPlaylistCommand,
|
||||
runCreatePlaylistCommand,
|
||||
@@ -70,7 +71,7 @@ export function createDefaultHandlers(): CommandHandlers {
|
||||
"add-to-playlist": runAddToPlaylistCommand,
|
||||
"remove-from-playlist": runRemoveFromPlaylistCommand,
|
||||
"search-and-add": runSearchAndAddCommand,
|
||||
import: notImplemented("import")
|
||||
import: runImportCommand
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user