@mindedge/vuetify-player 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindedge/vuetify-player",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "private": false,
5
5
  "description": "Accessible, localized, full featured media player with Vuetifyjs",
6
6
  "author": "Jacob Rogaishio",
@@ -1278,7 +1278,7 @@ export default {
1278
1278
  // If this is left default / set to 100 then the above line
1279
1279
  // Also set snapToLines to true otherwise if there's a line % in the vtt file the display will be relative and make the lines not aligned properly
1280
1280
  this.player.textTracks[i].activeCues[0].line =
1281
- -3 - numLines
1281
+ -4 - numLines
1282
1282
  this.player.textTracks[i].activeCues[0].size = 99
1283
1283
  this.player.textTracks[
1284
1284
  i