Hotfix for episode index parsing
This commit is contained in:
parent
ced9904772
commit
a05de0640f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
<div class="field label prefix border s6">
|
||||
<i>numbers</i>
|
||||
<select v-model="episodeIndex">
|
||||
<option v-for="n in extractNumbers(torrentInfo.files[0].file_name)">{{ n }}</option>
|
||||
<option v-for="n in extractNumbers(`${torrentInfo.files[0].folder_name}/${torrentInfo.files[0].file_name}`)">{{ n }}</option>
|
||||
</select>
|
||||
<label>Індекс епізоду</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue