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. 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 +