resources/assets/js/composables/useSongMenuMethods.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useSongMenuMethods has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useSongMenuMethods = (songs: Ref<Song[]>, close: Closure) => {
  const { addSongsToPlaylist } = usePlaylistManagement()

  const queueSongsAfterCurrent = () => {
    close()
Severity: Minor
Found in resources/assets/js/composables/useSongMenuMethods.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status