saltfish 0.3.69 → 0.3.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2856,11 +2856,14 @@ class PlaylistOrchestrator {
|
|
|
2856
2856
|
if (this.userManagementService) {
|
|
2857
2857
|
await this.userManagementService.recordABTestAttempt(playlistId);
|
|
2858
2858
|
}
|
|
2859
|
-
if (true) {
|
|
2859
|
+
if ((options == null ? void 0 : options._startedFromShareLink) !== true) {
|
|
2860
2860
|
if (!this.managers.abTestManager.isPlaylistAvailable(playlistId)) {
|
|
2861
2861
|
log(`[PlaylistOrchestrator.startPlaylist] Playlist ${playlistId} not available due to A/B test assignment`);
|
|
2862
2862
|
return;
|
|
2863
2863
|
}
|
|
2864
|
+
} else if (false) ;
|
|
2865
|
+
else if ((options == null ? void 0 : options._startedFromShareLink) === true) {
|
|
2866
|
+
log(`[PlaylistOrchestrator.startPlaylist] Share link - skipping A/B test check for playlist ${playlistId}`);
|
|
2864
2867
|
}
|
|
2865
2868
|
const validator = new PlaylistValidator();
|
|
2866
2869
|
const validationResult = await validator.validatePlaylistStart({
|
|
@@ -12566,7 +12569,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
12566
12569
|
__proto__: null,
|
|
12567
12570
|
SaltfishPlayer
|
|
12568
12571
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
12569
|
-
const version = "0.3.
|
|
12572
|
+
const version = "0.3.70";
|
|
12570
12573
|
const packageJson = {
|
|
12571
12574
|
version
|
|
12572
12575
|
};
|