1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00

Disable looping in the HTML5 player

Should make this a toggle, but eh.
This commit is contained in:
Paul Arthur 2013-01-28 13:12:44 -05:00
parent 1a164ba699
commit d6b3955656

View file

@ -185,8 +185,8 @@ playlist_items[id].player = new Element("audio", {preload: Prototype.Browser.IE
}
if(first_item)
{
first_item.previous = last_item;
last_item.next = first_item;
// first_item.previous = last_item;
// last_item.next = first_item;
current_playlist_item = first_item;
play();
}