forked from j62/ctbrec
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>>() {
|
Task<List<StreamSource>> selectStreamSource = new Task<List<StreamSource>>() {
|
||||||
@Override
|
@Override
|
||||||
protected List<StreamSource> call() throws Exception {
|
protected List<StreamSource> call() throws Exception {
|
||||||
|
model.invalidateCacheEntries();
|
||||||
StreamInfo streamInfo = model.getStreamInfo();
|
StreamInfo streamInfo = model.getStreamInfo();
|
||||||
MasterPlaylist masterPlaylist = model.getMasterPlaylist();
|
MasterPlaylist masterPlaylist = model.getMasterPlaylist();
|
||||||
List<StreamSource> sources = new ArrayList<>();
|
List<StreamSource> sources = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue