display repo full_name if description is not provided
This commit is contained in:
parent
a59532baf1
commit
76f397d272
3 changed files with 182 additions and 1 deletions
|
@ -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>`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue