Skip to content

Commit

Permalink
Merge pull request #4604 from video-dev/resolve-lint-unused-failures
Browse files Browse the repository at this point in the history
Resolve linting issue causing build to fail.
  • Loading branch information
itsjamie authored Mar 22, 2022
2 parents b50e087 + ed80538 commit 630865e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/subtitle-stream-controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Events } from '../events';
import { logger } from '../utils/logger';
import { BufferHelper } from '../utils/buffer-helper';
import { findFragmentByPTS } from './fragment-finders';
import { alignMediaPlaylistByPDT } from '../utils/discontinuities';
Expand Down
1 change: 1 addition & 0 deletions tests/unit/controller/buffer-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ describe('BufferController tests', function () {
const getSourceBufferTypes = sandbox
.stub(bufferController, 'getSourceBufferTypes')
.returns(['audio', 'video']);
/* eslint-disable-next-line no-unused-vars */
const appendChangeType = sandbox.stub(
bufferController,
'appendChangeType'
Expand Down

0 comments on commit 630865e

Please sign in to comment.