Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 4374 |
{ |
{ |
| 4375 |
var videoIds:Vector.<String> = new Vector.<String>(); |
var videoIds:Vector.<String> = new Vector.<String>(); |
| 4376 |
videoIds.push(videoId); |
videoIds.push(videoId); |
| 4377 |
MyListManager.instance.setPlayedAndSave(myListId, videoIds); |
MyListManager.instance.updatePlayedAndSave(myListId, videoIds, true); |
| 4378 |
} |
} |
| 4379 |
} |
} |
| 4380 |
} |
} |
|
|
Legend:
| Removed from v.615 |
|
| changed lines |
| |
Added in v.635 |
|
|
|