|
@@ -2197,6 +2197,17 @@ onBeforeUnmount(() => {
|
|
frameborder="no"
|
|
frameborder="no"
|
|
allow="autoplay"
|
|
allow="autoplay"
|
|
></iframe>
|
|
></iframe>
|
|
|
|
+ <div
|
|
|
|
+ class="player-fullscreen-message"
|
|
|
|
+ v-if="stationPaused"
|
|
|
|
+ >
|
|
|
|
+ <p>
|
|
|
|
+ This station is currently paused. <br />
|
|
|
|
+ It can only be resumed by a station
|
|
|
|
+ owner, station DJ or a site
|
|
|
|
+ admin/moderator.
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
<div
|
|
<div
|
|
class="player-fullscreen-message"
|
|
class="player-fullscreen-message"
|
|
v-if="!canAutoplay"
|
|
v-if="!canAutoplay"
|