display repo full_name if description is not provided

This commit is contained in:
booploops 2022-02-22 19:05:15 -08:00
parent a59532baf1
commit 76f397d272
3 changed files with 182 additions and 1 deletions

View file

@ -47,6 +47,7 @@ export class BrowserWindow {
"pages/library-videos",
"pages/remote-pair",
"pages/themes-github",
"pages/plugins-github",
"pages/replay",
"pages/audiolabs",
"components/mediaitem-artwork",
@ -162,6 +163,10 @@ export class BrowserWindow {
page: "themes-github",
component: `<themes-github></themes-github>`,
condition: `page == 'themes-github'`
},{
page: "plugins-github",
component: `<plugins-github></plugins-github>`,
condition: `page == 'plugins-github'`
}, {
page: "podcasts",
component: `<apple-podcasts></apple-podcasts>`,