From 33faf9812ccea04e7787d04eadf503ce1febc6b7 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 19 May 2004 05:07:31 +0000 Subject: fix a nasty bug when deleting a stream from the playlist git-svn-id: https://svn.musicpd.org/mpd/trunk@1082 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/song.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/song.h') 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 { -- cgit v1.2.3