Comparing version 0.0.79 to 0.0.80
@@ -176,3 +176,5 @@ import { get_continuation_contents, get_continuation_params, get_continuations, } from "../continuations.js"; | ||
? "DEDUPE_OPTION_DROP_DUPLICATE" | ||
: null, | ||
: dedupe === "skip" | ||
? "DEDUPE_OPTION_SKIP" | ||
: null, | ||
}); | ||
@@ -179,0 +181,0 @@ }); |
@@ -6,3 +6,3 @@ { | ||
"name": "libmuse", | ||
"version": "0.0.79", | ||
"version": "0.0.80", | ||
"description": "A library to interact with the YouTube Music (InnerTube) api.", | ||
@@ -9,0 +9,0 @@ "tags": [ |
@@ -183,3 +183,5 @@ "use strict"; | ||
? "DEDUPE_OPTION_DROP_DUPLICATE" | ||
: null, | ||
: dedupe === "skip" | ||
? "DEDUPE_OPTION_SKIP" | ||
: null, | ||
}); | ||
@@ -186,0 +188,0 @@ }); |
@@ -69,3 +69,3 @@ import { ParsedPlaylist } from "../parsers/browsing.js"; | ||
add_source_playlists?: string[]; | ||
dedupe?: "check" | "drop_duplicate"; | ||
dedupe?: "check" | "drop_duplicate" | "skip"; | ||
} | ||
@@ -72,0 +72,0 @@ export type EditPlaylistStatus = "STATUS_SUCCEEDED" | "STATUS_FAILED"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
879670
18099