saltfish 0.2.57 → 0.2.58

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.
@@ -2016,7 +2016,7 @@ class PlayerInitializationService {
2016
2016
  return false;
2017
2017
  }
2018
2018
  const currentTime = Date.now();
2019
- const MAX_AGE_MS = 4e3;
2019
+ const MAX_AGE_MS = 6e3;
2020
2020
  const inProgressEntry = Object.entries(watchedPlaylists).find(([playlistId, status]) => {
2021
2021
  if ((status == null ? void 0 : status.status) !== "in_progress") {
2022
2022
  return false;
@@ -10362,7 +10362,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
10362
10362
  __proto__: null,
10363
10363
  SaltfishPlayer
10364
10364
  }, Symbol.toStringTag, { value: "Module" }));
10365
- const version = "0.2.57";
10365
+ const version = "0.2.58";
10366
10366
  const packageJson = {
10367
10367
  version
10368
10368
  };