work on archiver / episode item: is now
This commit is contained in:
		@ -10,7 +10,7 @@
 | 
			
		||||
            </span>
 | 
			
		||||
            [[ source.id ]]
 | 
			
		||||
 | 
			
		||||
            <small v-if="source.isPaused || source.isPlaying">(-[[ source.remainingString ]])</small>
 | 
			
		||||
            <small v-if="source.isPaused || source.isPlaying">([[ source.remainingString ]])</small>
 | 
			
		||||
 | 
			
		||||
            <a v-if="source.data.program !== undefined"
 | 
			
		||||
               :href="'{% url 'admin:aircox_program_change' "$$" %}'.replace('$$', source.data.program)"
 | 
			
		||||
 | 
			
		||||
@ -21,7 +21,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="navbar-end">
 | 
			
		||||
            <div class="select navbar-item">
 | 
			
		||||
                <select ref="selectStreamer" @change.native="selectStreamer" class="control"
 | 
			
		||||
                <select ref="selectStreamer" onchange="selectStreamer" class="control"
 | 
			
		||||
                        title="{% trans "Select a station" %}"
 | 
			
		||||
                        aria-label="{% trans "Select a station" %}">
 | 
			
		||||
                    <option v-for="streamer of streamers" :value="streamer.id">[[ streamer.data.name ]]</option>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user