Hotfix for episode index parsing

This commit is contained in:
CakesTwix 2024-09-26 17:12:46 +03:00
parent ced9904772
commit a05de0640f
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -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>