@saooti/octopus-sdk 32.0.7 → 32.0.8
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/README.md
CHANGED
package/package.json
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
</router-link>
|
|
93
93
|
<PodcastPlayBar :podcast="p" />
|
|
94
94
|
</div>
|
|
95
|
-
<
|
|
95
|
+
<button
|
|
96
96
|
v-if="
|
|
97
97
|
$store.state.player.podcast !== p ||
|
|
98
98
|
($store.state.player.podcast === p &&
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
class="text-light saooti-play"
|
|
106
106
|
:title="$t('Play')"
|
|
107
107
|
/>
|
|
108
|
-
</
|
|
109
|
-
<
|
|
108
|
+
</button>
|
|
109
|
+
<button
|
|
110
110
|
v-else
|
|
111
111
|
class="play-button-box bg-secondary"
|
|
112
112
|
@click="pause(p)"
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
class="text-light saooti-pause"
|
|
116
116
|
:title="$t('Pause')"
|
|
117
117
|
/>
|
|
118
|
-
</
|
|
118
|
+
</button>
|
|
119
119
|
</div>
|
|
120
120
|
</div>
|
|
121
121
|
<div
|