FeedManager did not load the id of a Simple Chapter on startup

This commit is contained in:
daniel oeh 2012-07-29 15:57:01 +02:00
parent 3281723326
commit 16a5cdbece
1 changed files with 1 additions and 0 deletions

View File

@ -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());
}