This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Fix movie list component mixin not using update movies action
dev
David Ludwig
4 years ago
parent
1bb3324014
commit
43989d86b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/webui/src/app/components/mixins/MovieListComponentMixin.ts
+ 1
- 1
services/webui/src/app/components/mixins/MovieListComponentMixin.ts
View File
@ -10,7 +10,7 @@ export default defineComponent({
}
,
unmounted() {
if
(
this
.
movies
.
length
>
0
)
{
this
.
$store
.
commit
(
Mutation
.
FreeMovies
,
this
.
movies
)
;
this
.
$store
.
dispatch
(
Action
.
UpdateMovies
,
{
newValue
:
[
]
,
oldValue
:
this.movies
}
)
;
}
}
,
props
:
{
Write
Preview
Loading…
Cancel
Save