Merge pull request #3244 from thornbill/eslint-empty-functions

Add eslint rule for empty functions
This commit is contained in:
Bill Thornton 2022-03-02 09:32:33 -05:00 committed by GitHub
commit 682295bde0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 30 additions and 48 deletions

View file

@ -3322,6 +3322,7 @@ class PlaybackManager {
mediaSource.MediaStreams = info.MediaStreams;
Events.trigger(player, 'mediastreamschange');
}, function () {
// Swallow errors
});
}