Skip to content

Commit

Permalink
change weight of forced tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Feb 21, 2024
1 parent 6630653 commit 903c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ guess_track_priority() {
*full*)
weight=100
;;
*song* | *sign* | *caption* | *comment*)
*song* | *sign* | *caption* | *comment* | *forced*)
weight=900
;;
*)
Expand Down

0 comments on commit 903c450

Please sign in to comment.