Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 605 |
var nnddVideo:NNDDVideo = libraryManager.isExist(PathMaker.getVideoID(videoPath)); |
var nnddVideo:NNDDVideo = libraryManager.isExist(PathMaker.getVideoID(videoPath)); |
| 606 |
|
|
| 607 |
if(nnddVideo != null){ |
if(nnddVideo != null){ |
| 608 |
videoInfoView.image_thumbImg.source = nnddVideo.thumbUrl; |
videoInfoView.image_thumbImg.source = decodeURIComponent(nnddVideo.thumbUrl); |
| 609 |
} |
} |
| 610 |
} |
} |
| 611 |
|
|
|
|
Legend:
| Removed from v.833 |
|
| changed lines |
| |
Added in v.853 |
|
|
|