Rename GetAllArtists to GetArtists

This commit is contained in:
Mike Colagrosso 2024-07-13 15:33:42 -06:00 committed by Alex Cabal
parent 41b4c0f8f6
commit 364a2ca78f
2 changed files with 2 additions and 2 deletions

View file

@ -805,7 +805,7 @@ class Library{
/**
* @return array<Artist>
*/
public static function GetAllArtists(): array{
public static function GetArtists(): array{
return Db::Query('
SELECT *
from Artists