alfirin/sept-web-radio

View on GitHub
app/scripts/services/playlistServices.js

Summary

Maintainability
A
1 hr
Test Coverage

Function addItemsToPlaylist has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      this.addItemsToPlaylist = function (playlistId, itemIds) {
        var playlist = self.findPlaylistById(playlistId);

        var playlistItemsSize = 0;

Severity: Minor
Found in app/scripts/services/playlistServices.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status