Show the length of streams

This commit is contained in:
David Sansome 2010-02-04 17:24:01 +00:00
parent aa06377684
commit 4b1be3d540

View File

@ -190,6 +190,8 @@ void Player::StreamReady(const QUrl& original_url, const QUrl& media_url) {
engine_->play(media_url);
lastfm_->NowPlaying(item->Metadata());
current_item_options_ = item->options();
current_item_ = item->Metadata();
}
void Player::Seek(int seconds) {