🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-19 19:01:20 -04:00
parent d86596d534
commit ae58b2d247
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -519,13 +519,13 @@
}) })
.constant('ariaNgDefaultOptions', { .constant('ariaNgDefaultOptions', {
language: 'en', language: 'en',
theme: 'light', theme: 'dark',
title: '${downspeed}, ${upspeed} - ${title}', title: '${downspeed}, ${upspeed} - ${title}',
titleRefreshInterval: 5e3, titleRefreshInterval: 5e3,
browserNotification: !1, browserNotification: !1,
rpcAlias: '', rpcAlias: '',
rpcHost: 'localhost', rpcHost: 'localhost',
rpcPort: '6800', rpcPort: '8080',
rpcInterface: 'jsonrpc', rpcInterface: 'jsonrpc',
protocol: 'ws', protocol: 'ws',
httpMethod: 'POST', httpMethod: 'POST',