Fix MUSIC_ID_MAX value
This commit is contained in:
parent
c843696188
commit
6035af76ec
@ -4,7 +4,7 @@ public static class Constants
|
||||
{
|
||||
public const string DATE_TIME_FORMAT = "yyyyMMddHHmmss";
|
||||
|
||||
public const int MUSIC_ID_MAX = 1599;
|
||||
public const int MUSIC_ID_MAX = 1600;
|
||||
|
||||
public const int MUSIC_ID_MAX_EXPANDED = 9000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user