@saooti/octopus-sdk 30.0.17 → 30.0.21

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.
package/src/locale/en.ts CHANGED
@@ -295,4 +295,5 @@ export default{
295
295
  "Download":"Download",
296
296
  "Download started": 'Download started',
297
297
  'From RSS': "From an RSS feed",
298
+ "User menu":"User menu",
298
299
  };
package/src/locale/fr.ts CHANGED
@@ -295,4 +295,5 @@ export default{
295
295
  "Download":"Télécharger",
296
296
  "Download started": 'Téléchargement lancé',
297
297
  'From RSS': "Issu d'un flux RSS",
298
+ "User menu":"Menu utilisateur",
298
299
  };
@@ -17,9 +17,6 @@ export default createStore({
17
17
  };
18
18
  return;
19
19
  }
20
- if (podcast.isStop) {
21
- state.player.stop = true;
22
- }
23
20
  if (
24
21
  (state.player.podcast &&
25
22
  state.player.podcast.podcastId === podcast.podcastId) ||
@@ -199,7 +199,6 @@ export function emptyPodcastData(): Podcast{
199
199
  total: 0,
200
200
  media: undefined ,
201
201
  live: undefined ,
202
- stop: undefined ,
203
202
  },
204
203
 
205
204
  navigator: {