GyrosWorkshop/Wukong

View on GitHub
Wukong/Services/Channel.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method BroadcastPlayCurrentSong has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private async void BroadcastPlayCurrentSong(UserSong current, string userId = null)
        {
            if (current?.Song != null)
            {
                Song song;
Severity: Minor
Found in Wukong/Services/Channel.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status