projects
/
profile
/
ivi
/
rygel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f9516
)
renderer: Don't loop on image playlists
author
Jens Georg
<jensg@openismus.com>
Tue, 8 Oct 2013 13:33:09 +0000
(15:33 +0200)
committer
Jens Georg
<jensg@openismus.com>
Wed, 9 Oct 2013 13:04:49 +0000
(15:04 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=707054
src/librygel-renderer/rygel-player-controller.vala
patch
|
blob
|
history
diff --git
a/src/librygel-renderer/rygel-player-controller.vala
b/src/librygel-renderer/rygel-player-controller.vala
index
a101e92
..
2b010c7
100644
(file)
--- a/
src/librygel-renderer/rygel-player-controller.vala
+++ b/
src/librygel-renderer/rygel-player-controller.vala
@@
-215,7
+215,8
@@
internal class Rygel.PlayerController : Object {
(item.get_xml_string ());
this.player.uri = res.get_uri ();
if (item.upnp_class.has_prefix ("object.item.image") &&
- this.collection != null) {
+ this.collection != null &&
+ this.player.playback_state != "STOPPED") {
this.setup_image_timeouts (item.lifetime);
}
}