X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=stat.c;h=8a2f8df49b282038ef4a4dd6007136ad0cbfaef7;hb=07caf51b881e2f8e93fbcf529ea1a9b14a40f82e;hp=adff3b706ddbed2d1bf4dac6c46e41df5459e8a0;hpb=a551870e3ac31ff77e1757f226d3e307e4ef83fc;p=paraslash.git diff --git a/stat.c b/stat.c index adff3b70..8a2f8df4 100644 --- a/stat.c +++ b/stat.c @@ -48,7 +48,7 @@ static int num_clients; * the list of all status items sent by para_server/para_audiod */ const char *status_item_list[NUM_STAT_ITEMS] = { - [SI_STATUS_BAR] = "status_bar", + [SI_BASENAME] = "basnemae", [SI_STATUS] = "status", [SI_NUM_PLAYED] = "num_played", @@ -66,7 +66,7 @@ const char *status_item_list[NUM_STAT_ITEMS] = { [SI_AUDIO_INFO3] = "audio_file_info3", [SI_AFS_MODE] = "afs_mode", - [SI_DBINFO2] = "dbinfo2", + [SI_ATTRIBUTES] = "attributes", [SI_DBINFO3] = "dbinfo3", [SI_DECODER_FLAGS] = "decoder_flags",