diff --git a/package-lock.json b/package-lock.json index a60aff4..b6c2717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piped-api", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piped-api", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { "axios": "^1.4.0" diff --git a/package.json b/package.json index 93252fb..0d68f59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piped-api", - "version": "1.2.2", + "version": "1.2.3", "description": "", "main": "dist/index.js", "type": "module", diff --git a/src/types.ts b/src/types.ts index 3cf676c..e604194 100644 --- a/src/types.ts +++ b/src/types.ts @@ -176,4 +176,4 @@ export interface Search { suggestion: string | null; } -export type Item = Video | Channel; +export type Item = Video | Channel | Playlist;