Invalidate cache entries, so that we have the correct playlist URL

This commit is contained in:
0xboobface 2018-10-03 16:42:42 +02:00
parent 83c1d7a9cb
commit ebf36cb594
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public class StreamSourceSelectionDialog {
Task<List<StreamSource>> selectStreamSource = new Task<List<StreamSource>>() {
@Override
protected List<StreamSource> call() throws Exception {
model.invalidateCacheEntries();
StreamInfo streamInfo = model.getStreamInfo();
MasterPlaylist masterPlaylist = model.getMasterPlaylist();
List<StreamSource> sources = new ArrayList<>();