diff --git a/src/components/services/Transmission.vue b/src/components/services/Transmission.vue index d20923d..cb6a7d5 100644 --- a/src/components/services/Transmission.vue +++ b/src/components/services/Transmission.vue @@ -4,7 +4,7 @@
{{ item.name }}
An error has occurred. - + {{ downRate }} @@ -17,7 +17,7 @@
- {{ count || 0 }} torrent torrents @@ -65,10 +65,6 @@ export default { upRate: function () { return displayRate(this.ul); }, - shouldShowWhenEmpty: function () { - // Default to true (show when empty) unless explicitly set to false - return this.item.showWhenEmpty !== false; - }, }, created() { // Validate that endpoint is configured