From 82b7068130ea149e0add590a7be6778df01b7d11 Mon Sep 17 00:00:00 2001 From: SunX Date: Tue, 22 Nov 2022 12:51:37 +0800 Subject: [PATCH 1/2] Update _id.vue --- client/pages/collection/_id.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pages/collection/_id.vue b/client/pages/collection/_id.vue index 1d3727a4..f783d079 100644 --- a/client/pages/collection/_id.vue +++ b/client/pages/collection/_id.vue @@ -15,7 +15,7 @@
- play_arrow + play_arrow {{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }} @@ -165,4 +165,4 @@ export default { mounted() {}, beforeDestroy() {} } - \ No newline at end of file + From e5925fb1b65785552312b9d3952653c909a17761 Mon Sep 17 00:00:00 2001 From: advplyr <67830747+advplyr@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:27:59 -0600 Subject: [PATCH 2/2] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..63cb8805 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Discord + url: https://discord.gg/pJsjuNCKRq + about: Ask questions, get help troubleshooting, and join the Abs community here. + - name: Matrix + url: https://matrix.to/#/#audiobookshelf:matrix.org + about: Ask questions, get help troubleshooting, and join the Abs community here.