Skip to content

Commit f206913

Browse files
committed
fix lint issue
1 parent 2d8006d commit f206913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/layouts/default/PlayerOSD/PlayerFullscreen.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,13 @@
226226
v-else-if="
227227
store.activePlayer?.active_source !=
228228
store.activePlayer?.player_id &&
229+
store.activePlayer?.active_source &&
229230
store.activePlayer?.active_source in api.queues
230231
"
231232
>
232233
{{
233234
$t("external_source_active", [
234-
api.queues[store.activePlayer?.active_source]?.display_name,
235+
api.queues[store.activePlayer.active_source]?.display_name,
235236
])
236237
}}
237238
</v-card-subtitle>

0 commit comments

Comments
 (0)