Files
ZuneShell.dll/ZuneDBApi/EPlayedStatus.cs
T

6 lines
83 B
C#

public enum EPlayedStatus
{
ePlayedStatusPlayed = 1,
ePlayedStatusUnplayed = 0
}