myTerminal/subtitles-player

View on GitHub
src/scripts/subtitles-player.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function subtitlesPlayer has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const subtitlesPlayer = function (body, element, subtitlesData, options) {
    var $ = require('jquery'),
        subtitleNumber = 0,
        title = subtitlesData.title,
Severity: Major
Found in src/scripts/subtitles-player.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status