Skip to content

Commit

Permalink
Add support for secondary audio tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Jul 26, 2024
1 parent b152ac4 commit f600465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,9 @@ export default defineComponent({
} else if (format.is_original) {
type = ' original'
idNumber = 4
} else if (format.is_secondary) {
type = ' secondary'
idNumber = 6
} else {
type = ' alternative'
idNumber = -1
Expand Down

0 comments on commit f600465

Please sign in to comment.