FeedManager did not load the id of a Simple Chapter on startup
This commit is contained in:
parent
3281723326
commit
16a5cdbece
|
@ -675,6 +675,7 @@ public class FeedManager {
|
|||
.getString(PodDBAdapter.KEY_TITLE_INDEX),
|
||||
chapterCursor
|
||||
.getString(PodDBAdapter.KEY_SC_LINK_INDEX));
|
||||
chapter.setId(chapterCursor.getLong(PodDBAdapter.KEY_ID_INDEX));
|
||||
item.getSimpleChapters().add(chapter);
|
||||
} while (chapterCursor.moveToNext());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue