Skip to content

Commit

Permalink
improve jsdoc comments for invidious calls (#6339)
Browse files Browse the repository at this point in the history
* improve jsdoc comments for invidious

* add some missing format properties and add musicTracks
  • Loading branch information
ChunkyProgrammer authored Dec 16, 2024
1 parent cfc2d62 commit 61601a5
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/SideNav/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const backendFallback = computed(() => {
return store.getters.getBackendFallback
})
/** @type {import('vue').ComputedRef<string>} */
/** @type {import('vue').ComputedRef<'local' | 'invidious'>} */
const backendPreference = computed(() => {
return store.getters.getBackendPreference
})
Expand Down
Loading

0 comments on commit 61601a5

Please sign in to comment.