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
Update click listeners on dashboard and search for movie list
dev
David Ludwig
4 years ago
parent
74ff3b5265
commit
8f38f265b6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/webui/src/app/views/Dashboard.vue
+1
-1
services/webui/src/app/views/Search.vue
+ 1
- 1
services/webui/src/app/views/Dashboard.vue
View File
@ -26,7 +26,7 @@ export default defineComponent({
}
}
,
methods
:
{
displayMovie
(
movie
:
IMovie
,
index
:
number
)
{
displayMovie
(
movie
:
IMovie
,
index
:
number
)
{
this
.
activeTmdb
=
movie
.
tmdbId
;
}
,
removeMovieRequest
(
movie
:
IMovieDetails
)
{
+ 1
- 1
services/webui/src/app/views/Search.vue
View File
@ -35,7 +35,7 @@ export default defineComponent({
}
}
,
methods
:
{
displayMovie
(
movie
:
IMovie
)
{
displayMovie
(
movie
:
IMovie
,
index
:
number
)
{
this
.
$router
.
push
(
{
name
:
"Lookup"
,
params
:
{
tmdbId
:
movie
.
tmdbId
}
,
Write
Preview
Loading…
Cancel
Save