]> git.tue.mpg.de Git - paraslash.git/commit
Kill duplicate num_played status item.
authorAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 17:43:07 +0000 (18:43 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 17:43:07 +0000 (18:43 +0100)
commite4d409d8197a2dfda7466ef5ccde5cb1aa866e07
treef559d58d7ea7f9690dbbf172ccafc44c06db8b3d
parent5388ccac44e5342917ad50b091e9e4f906e3a4fc
Kill duplicate num_played status item.

In fact, the two num_played values were different: The first
was the number of audio files streamed by para_server so far,
and the second one was the num_played value from struct afs_info.

The former is also contained in the output of com_si, so get
rid of it in the stat output.
command.c