nypublicradio/ember-hifi

View on GitHub
addon/hifi-connections/hls.js

Summary

Maintainability
A
1 hr
Test Coverage
F
46%

Function _setupHLSEvents has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _setupHLSEvents(hls) {
    hls.on(HLS.Events.MEDIA_ATTACHED, () => {
      this.debug('media attached');
      hls.loadSource(this.get('url'));

Severity: Minor
Found in addon/hifi-connections/hls.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status