ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #04203
[Bug 1483806] [NEW] addSource to a Playlist are ignored if it's not part of a player
Public bug reported:
I was doing
audio.playlist = null;
playlist.clear();
// Look for newSource in newPlaylist
for (var i in newPlaylist) {
playlist.addSource(newPlaylist[i]);
}
audio.playlist = playlist;
And the addSource didn't do anything, i've now moved the
audio.playlist = playlist;
before the addSource and it works.
** Affects: qtmultimedia-opensource-src (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1483806
Title:
addSource to a Playlist are ignored if it's not part of a player
Status in qtmultimedia-opensource-src package in Ubuntu:
New
Bug description:
I was doing
audio.playlist = null;
playlist.clear();
// Look for newSource in newPlaylist
for (var i in newPlaylist) {
playlist.addSource(newPlaylist[i]);
}
audio.playlist = playlist;
And the addSource didn't do anything, i've now moved the
audio.playlist = playlist;
before the addSource and it works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmultimedia-opensource-src/+bug/1483806/+subscriptions
Follow ups