Skip to content

Commit

Permalink
[FIX] 1T exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
RicBent committed Nov 30, 2021
1 parent 04fd201 commit 063fe42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migaku_mpv.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<option>Hidden</option>
</select>

<div id="versionInfo">v0.6.0</div>
<div id="versionInfo">v0.6.1</div>
</div>

<div id="subsList">
Expand Down Expand Up @@ -451,7 +451,7 @@
{
var i_card = get_card_data(i);

if (!one_t_only || i_card[1].length == 1)
if (!one_t_only || i_card.unknowns.length == 1)
cards.push(i_card);
}

Expand Down

0 comments on commit 063fe42

Please sign in to comment.