saltfish 0.3.7 → 0.3.9

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.
@@ -10029,14 +10029,13 @@ class PlaylistManager {
10029
10029
  * @param options - Playlist configuration options
10030
10030
  */
10031
10031
  async load(playlistId, options) {
10032
- var _a, _b;
10032
+ var _a;
10033
10033
  try {
10034
10034
  const store = getSaltfishStore();
10035
10035
  if (!store) {
10036
10036
  throw new Error("Store not available");
10037
10037
  }
10038
- const isAnonymous = ((_a = store.user) == null ? void 0 : _a.__isAnonymous) === true;
10039
- const savedProgress = isAnonymous ? store.progress : ((_b = store.userData) == null ? void 0 : _b.watchedPlaylists) || store.progress;
10038
+ const savedProgress = ((_a = store.userData) == null ? void 0 : _a.watchedPlaylists) || store.progress;
10040
10039
  const loadResult = await this.playlistLoader.loadManifest({
10041
10040
  manifestPath: playlistId,
10042
10041
  playlistOptions: options,
@@ -11226,7 +11225,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
11226
11225
  __proto__: null,
11227
11226
  SaltfishPlayer
11228
11227
  }, Symbol.toStringTag, { value: "Module" }));
11229
- const version = "0.3.7";
11228
+ const version = "0.3.9";
11230
11229
  const packageJson = {
11231
11230
  version
11232
11231
  };