forked from rc/aircox
various fixes
This commit is contained in:
@ -10,9 +10,6 @@
|
||||
<a-playlist-editor
|
||||
:labels="{% track_inline_labels %}"
|
||||
:init-data="{% track_inline_data formset=formset %}"
|
||||
{% if not track_timestamp %}
|
||||
:hide-columns="['timestamp']"
|
||||
{% endif %}
|
||||
settings-url="{% url "api:user-settings" %}"
|
||||
data-prefix="{{ formset.prefix }}-">
|
||||
<template #title>
|
||||
@ -70,6 +67,7 @@
|
||||
{% endif %}
|
||||
:name="'{{ formset.prefix }}-' + cell.row + '-{{ field.name }}'"
|
||||
v-model="item.data[attr]"
|
||||
title="{{ field.help }}"
|
||||
@change="emit('change', col)"/>
|
||||
{% if field.name not in 'artist,title,album' %}
|
||||
</div>
|
||||
|
@ -18,10 +18,10 @@
|
||||
<table class="table is-hoverable is-fullwidth">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% translate "time" %}</th>
|
||||
<th>{% translate "episode" %}</th>
|
||||
<th>{% translate "track" %}</th>
|
||||
<th>{% translate "tags" %}</th>
|
||||
<th>{% translate "Time" %}</th>
|
||||
<th>{% translate "Episode" %}</th>
|
||||
<th>{% translate "Track" %}</th>
|
||||
<th>{% translate "Tags" %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user