diff --git a/changes/changelog.d/1324.bugfix b/changes/changelog.d/1324.bugfix new file mode 100644 index 0000000000000000000000000000000000000000..75564c307c9c81d875fb4f593f52b5a57df158fd --- /dev/null +++ b/changes/changelog.d/1324.bugfix @@ -0,0 +1 @@ +Fix playback issues when pausing close the the end of a track (#1324) diff --git a/front/package.json b/front/package.json index 4e1e13713aa84e0eaf2d32253a9927e24972eefd..dc918569ada012bc0b01785aa994be2d585f2eb4 100644 --- a/front/package.json +++ b/front/package.json @@ -22,7 +22,7 @@ "django-channels": "1.1.6", "focus-trap": "^5.1.0", "fomantic-ui-css": "^2.8.3", - "howler": "^2.0.14", + "howler": "^2.2.1", "js-logger": "^1.4.1", "lodash": "^4.17.10", "moment": "^2.22.2", diff --git a/front/yarn.lock b/front/yarn.lock index a50bb0b012e3ef7e4fc8e2cd696999bd20936bf1..0bf143cb31abcd9bc40b91fd064f8fa1850ef0fc 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -4855,10 +4855,10 @@ hosted-git-info@^2.1.4: resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== -howler@^2.0.14: - version "2.2.0" - resolved "https://registry.yarnpkg.com/howler/-/howler-2.2.0.tgz#0e2c780997ae65ab9a1a186333031beac1c63c6b" - integrity sha512-sGPkrAQy7jh5mNDbkRNG0F82R2HFDYNsQXBcX4smXQT0y0F4UMsa/+jXaGwWvcrajWr2tDB7JUkH7G5qSnuIyQ== +howler@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/howler/-/howler-2.2.1.tgz#a521a9b495841e8bb9aa12e651bebba0affc179e" + integrity sha512-0iIXvuBO/81CcrQ/HSSweYmbT50fT2mIc9XMFb+kxIfk2pW/iKzDbX1n3fZmDXMEIpYvyyfrB+gXwPYSDqUxIQ== hpack.js@^2.1.6: version "2.1.6"