mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed: Exception when navigating away from series details view while it is still loading
This commit is contained in:
@@ -214,7 +214,9 @@ define(
|
||||
series : self.model
|
||||
});
|
||||
|
||||
self.seasons.show(seasonCollectionView);
|
||||
if (!self.isClosed) {
|
||||
self.seasons.show(seasonCollectionView);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user