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