Reorder these enum values. Fixes issue 3599.
This commit is contained in:
parent
ff05fc8178
commit
7677b386bc
@ -32,8 +32,6 @@ public:
|
|||||||
Field_Album,
|
Field_Album,
|
||||||
Field_AlbumArtist,
|
Field_AlbumArtist,
|
||||||
Field_Composer,
|
Field_Composer,
|
||||||
Field_Performer,
|
|
||||||
Field_Grouping,
|
|
||||||
Field_Length,
|
Field_Length,
|
||||||
Field_Track,
|
Field_Track,
|
||||||
Field_Disc,
|
Field_Disc,
|
||||||
@ -52,6 +50,8 @@ public:
|
|||||||
Field_LastPlayed,
|
Field_LastPlayed,
|
||||||
Field_Comment,
|
Field_Comment,
|
||||||
Field_Filepath,
|
Field_Filepath,
|
||||||
|
Field_Performer,
|
||||||
|
Field_Grouping,
|
||||||
|
|
||||||
FieldCount
|
FieldCount
|
||||||
};
|
};
|
||||||
@ -79,6 +79,8 @@ public:
|
|||||||
|
|
||||||
// For numeric dates (e.g. not in the last X days)
|
// For numeric dates (e.g. not in the last X days)
|
||||||
Op_NumericDateNot = 10,
|
Op_NumericDateNot = 10,
|
||||||
|
|
||||||
|
// Next value = 11
|
||||||
};
|
};
|
||||||
|
|
||||||
enum Type {
|
enum Type {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user