Invalidate cache entries, so that we have the correct playlist URL
This commit is contained in:
parent
83c1d7a9cb
commit
ebf36cb594
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue