diff options
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/song.h b/src/song.h index 48d1dcd7f..cc559c5b9 100644 --- a/src/song.h +++ b/src/song.h @@ -31,8 +31,8 @@ #include "list.h" typedef enum { - SONG_TYPE_FILE, - SONG_TYPE_URL + SONG_TYPE_FILE = 1, + SONG_TYPE_URL = 2 } SONG_TYPE; typedef struct _Song { |