Skip to content

Commit

Permalink
bug: m2u8url is not fetched from db
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick-S committed May 24, 2020
1 parent 8ba03b9 commit e412c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/repository/news_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class NewsRepository extends BaseRepository {
news.imageUrl = row['imageUrl'];
news.publishedAtUtc = row['publishedAtUtc'];
news.publishedAtEpoch = row['publishedAtEpoch'];
news.m3u8Url = row['m3u8Url'];

return news;
});
Expand Down

0 comments on commit e412c35

Please sign in to comment.