Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale.audio
Commits
ab4363c4
Verified
Commit
ab4363c4
authored
Nov 29, 2021
by
Georg Krause
Browse files
Fix PodPicker for Vue3
parent
11f32027
Pipeline
#17299
passed with stages
in 4 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/PodPicker.vue
View file @
ab4363c4
...
...
@@ -271,7 +271,7 @@ export default {
});
scoreData
.
total
+=
coefficient
*
result
;
});
self
.
$set
(
self
.
scores
,
p
.
name
,
scoreData
)
;
self
.
scores
[
p
.
name
]
=
scoreData
;
});
},
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment