[Slim-Checkins] r10788 - /trunk/server/Slim/Formats/HTTP.pm
fm at svn.slimdevices.com
fm at svn.slimdevices.com
Tue Nov 28 12:29:50 PST 2006
Author: fm
Date: Tue Nov 28 12:29:49 2006
New Revision: 10788
URL: http://svn.slimdevices.com?rev=10788&view=rev
Log:
Bug: N/A
Description: Fix copy'n'paste error
Modified:
trunk/server/Slim/Formats/HTTP.pm
Modified: trunk/server/Slim/Formats/HTTP.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Formats/HTTP.pm?rev=10788&r1=10787&r2=10788&view=diff
==============================================================================
--- trunk/server/Slim/Formats/HTTP.pm (original)
+++ trunk/server/Slim/Formats/HTTP.pm Tue Nov 28 12:29:49 2006
@@ -233,7 +233,7 @@
$self->client->streamingProgressBar( {
'url' => $self->url,
'bitrate' => $self->bitrate,
- 'length' => $self->length,
+ 'length' => $self->contentLength,
} );
}
}
More information about the checkins
mailing list