Rewrites the entire player component.
Not finished ! This is still work in progress and fairly broken in this commit. The jquery jplayer is now wrapped in an angular directive. The queue is no longer being managed in rootScope but is a part of the player service. It can be accessed like before and emptied / filled. The player controller also uses the player service now.
This commit is contained in:
parent
e51961c167
commit
88b1e6a6e6
10 changed files with 132 additions and 63 deletions
|
@ -474,7 +474,7 @@
|
|||
//$scope.ping();
|
||||
if (globals.settings.SaveTrackPosition) {
|
||||
loadTrackPosition();
|
||||
player.startSaveTrackPosition();
|
||||
//FIXME: player.startSaveTrackPosition();
|
||||
}
|
||||
}
|
||||
/* End Startup */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue