UMS 3.6.0: DLNAResource.java 726 null pointer
Posted: Mon May 05, 2014 6:49 am
In file DLNAResource.java at line 726:
if (resumeRes != null) {
-> resumeRes.getMedia().setThumbready(false);
}
Seems like when resumeRes is created by cloning the child (line 517), the child does not have a DLNAMediaInfo yet.
The child has its media set on line 564, but at that point the resumeRes does not clone it.
The file being played is a mp4. There are also a eng and swe srt files (curious, since its an english language film).
Did not know where to report this.
if (resumeRes != null) {
-> resumeRes.getMedia().setThumbready(false);
}
Seems like when resumeRes is created by cloning the child (line 517), the child does not have a DLNAMediaInfo yet.
The child has its media set on line 564, but at that point the resumeRes does not clone it.
The file being played is a mp4. There are also a eng and swe srt files (curious, since its an english language film).
Did not know where to report this.