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:
parent
1a164ba699
commit
d6b3955656
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue