Skip to content

Commit e412c35

Browse files
committed
bug: m2u8url is not fetched from db
1 parent 8ba03b9 commit e412c35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/repository/news_repository.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class NewsRepository extends BaseRepository {
2020
news.imageUrl = row['imageUrl'];
2121
news.publishedAtUtc = row['publishedAtUtc'];
2222
news.publishedAtEpoch = row['publishedAtEpoch'];
23+
news.m3u8Url = row['m3u8Url'];
2324

2425
return news;
2526
});

0 commit comments

Comments
 (0)