mirror of
https://github.com/sphildreth/roadie
synced 2024-11-26 14:10:21 +00:00
8 lines
No EOL
132 B
C#
8 lines
No EOL
132 B
C#
namespace Roadie.Library.Models.ThirdPartyApi.Subsonic
|
|
{
|
|
public enum ArtistInfoVersion
|
|
{
|
|
One,
|
|
Two
|
|
}
|
|
} |