Commit Graph

414 Commits

Author SHA1 Message Date
deepsource-autofix[bot]
f033790420 refactor: Replace template strings with regular string literals
Template literals are useful when you need:  1. [Interpolated strings](https://en.wikipedia.org/wiki/String_interpolation).
2023-04-01 13:23:15 +02:00
Manuel
41c98a3c9c 👷 Fix coverage file for deepsource 2023-04-01 13:06:05 +02:00
Manuel
7cb730186d 📝 Add deepsource badge in readme 2023-04-01 12:56:06 +02:00
Manuel
23fbfdc6be 👷 Add test coverage for deepsource 2023-04-01 12:46:17 +02:00
Manuel
affe51bddb 👷 Remove Sonarcloud from CI 2023-03-31 23:50:47 +02:00
Manuel
621f3c5118 ♻️ Strict Typescript 2023-03-31 23:22:54 +02:00
deepsource-io[bot]
7b9a33419b
ci: Add .deepsource.toml 2023-03-31 21:21:30 +00:00
Manuel
fc74d1b4f3 Reimplement websocket controls 2023-03-29 21:53:46 +02:00
Manuel
8c5739a9e5 🐛 Items in album reversed order 2023-03-29 21:21:12 +02:00
dependabot[bot]
32afd480e8 ⬆️(deps-dev): Bump @typescript-eslint/parser
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 21:18:49 +02:00
dependabot[bot]
2b8170cc1e ⬆️(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 21:12:18 +02:00
dependabot[bot]
b0069796d7 ⬆️(deps-dev): Bump @types/node from 18.15.10 to 18.15.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.10 to 18.15.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 21:12:05 +02:00
dependabot[bot]
d2890a5f0e ⬆️(deps): Bump @nestjs/terminus from 9.2.1 to 9.2.2
Bumps [@nestjs/terminus](https://github.com/nestjs/terminus) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/nestjs/terminus/releases)
- [Changelog](https://github.com/nestjs/terminus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nestjs/terminus/compare/9.2.1...9.2.2)

---
updated-dependencies:
- dependency-name: "@nestjs/terminus"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 21:11:56 +02:00
dependabot[bot]
c1faa46700 ⬆️(deps-dev): Bump eslint from 8.36.0 to 8.37.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.37.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 21:11:45 +02:00
Manuel
b940ca98e2 🐛 Fix track state on finishing track 2023-03-29 20:59:17 +02:00
dependabot[bot]
00e58dcc8d ⬆️(deps-dev): Bump prettier from 2.8.4 to 2.8.7
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.4...2.8.7)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 07:42:19 +02:00
Manuel
42590a38f3 🔀 Merge branch 'dev' of https://github.com/manuel-rw/jellyfin-discord-music-bot into dev 2023-03-28 21:04:40 +02:00
Manuel
28a32033c4 Add playing attribute for track 2023-03-28 21:04:10 +02:00
Manuel
acf4cf19f6
Add playback reporting at Jellyfin (#139) 2023-03-28 20:58:58 +02:00
Manuel
091ca0b65f 🐛 Fix case sensitive validation for LOGLEVEL 2023-03-27 22:41:15 +02:00
Manuel
a28dc8d1a0 ⬆️ Upgrade dependencies 2023-03-26 18:38:38 +02:00
Manuel
361ed78c8c Remove invalid dependency 2023-03-26 18:38:38 +02:00
Manuel
664fe080bc 🚑 Fix missing dependencies 2023-03-26 18:38:38 +02:00
Manuel
4ac09196c6 ⬆️ Upgrade dependencies 2023-03-26 18:30:46 +02:00
Manuel
53eb296258 Remove invalid dependency 2023-03-26 18:26:00 +02:00
Manuel
ce1beb1047 🚑 Fix missing dependencies 2023-03-26 17:09:51 +02:00
Manuel
3be835790c
🔀 Merge: Version 0.0.6 2023-03-26 16:23:17 +02:00
Manuel
80f2b6e061 🚨 Fix warnings 2023-03-26 16:11:25 +02:00
Manuel
956b8f1338 Fix faulty test 2023-03-26 16:07:31 +02:00
Manuel
aee78672cc Merge branch 'master' into dev 2023-03-26 15:08:05 +02:00
Manuel
61ab0eff28 👷 Add coverage to SonarCloud 2023-03-26 14:53:13 +02:00
Manuel
b371f79c64 Merge branch 'master' into dev 2023-03-26 14:23:42 +02:00
Manuel
c76d7ba825 👷 Remove old static analysis workflow 2023-03-26 14:16:58 +02:00
Manuel
a51abebd06 🔖 Set tag to 0.0.6 2023-03-26 14:15:35 +02:00
Manuel
84433d9d50
Create .github/workflows/sonarcloud.yml 2023-03-26 13:33:49 +02:00
Manuel
ea64f16661
Add volume command (#132) 2023-03-26 01:29:42 +01:00
Manuel
0130115be8
🐛 Fix missing remote images for albums (#131) 2023-03-26 00:59:20 +01:00
Manuel
2c15e38b94
Add enqueue random items command (#130) 2023-03-26 00:02:57 +01:00
Manuel
2141880b44
🐛 Fix crash with empty playlists (#128) 2023-03-25 22:03:06 +01:00
dependabot[bot]
c01ac56061
⬆️(deps): Bump @nestjs/core from 9.3.9 to 9.3.11 (#125)
Bumps [@nestjs/core](https://github.com/nestjs/nest) from 9.3.9 to 9.3.11.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.3.9...v9.3.11)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 21:03:28 +01:00
dependabot[bot]
ddf7e52b7c
⬆️(deps-dev): Bump @nestjs/cli from 9.2.0 to 9.3.0 (#120)
Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/nest-cli/compare/9.2.0...9.3.0)

---
updated-dependencies:
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 21:03:19 +01:00
dependabot[bot]
07f7281267
⬆️(deps): Bump @nestjs/platform-express from 9.3.9 to 9.3.10 (#122)
Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 9.3.9 to 9.3.10.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.3.9...v9.3.10)

---
updated-dependencies:
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 07:49:26 +01:00
dependabot[bot]
70f3aa76ee
⬆️(deps): Bump @nestjs/common from 9.3.9 to 9.3.10 (#123)
Bumps [@nestjs/common](https://github.com/nestjs/nest) from 9.3.9 to 9.3.10.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.3.9...v9.3.10)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 07:48:59 +01:00
dependabot[bot]
bebc93b838
⬆️(deps-dev): Bump @nestjs/testing from 9.3.9 to 9.3.10 (#124)
Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 9.3.9 to 9.3.10.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.3.9...v9.3.10)

---
updated-dependencies:
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 07:48:44 +01:00
Manuel
8d53414e3d
🔀 Version 0.0.5 2023-03-14 21:20:56 +01:00
Manuel
9edfdfad98 🔀 Merge branch 'master' into dev 2023-03-14 21:16:04 +01:00
dependabot[bot]
de14d83474
Bump undici from 5.14.0 to 5.20.0 (#90)
Bumps [undici](https://github.com/nodejs/undici) from 5.14.0 to 5.20.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.20.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 21:13:06 +01:00
Manuel
9104e52de4 🐛 Track change announcement after play 2023-03-14 21:03:47 +01:00
Manuel
99cbbf4850 🐛 Fix interaction id in page data map for playlist command 2023-03-14 20:58:35 +01:00
Manuel
1632c2345e 🚑 Voice connection stuck in signalling 2023-03-14 20:58:10 +01:00