Merge remote-tracking branch 'upstream/master'
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Oliver Traber 2025-06-23 23:51:00 +02:00
commit 3caa0f1dc5
Signed by: Bluemedia
GPG key ID: C0674B105057136C
52 changed files with 4040 additions and 1937 deletions

View file

@ -4,7 +4,7 @@ import {TYPES} from '../types.js';
import {inject, injectable} from 'inversify';
import PlayerManager from '../managers/player.js';
import {STATUS} from '../services/player.js';
import Command from '.';
import Command from './index.js';
@injectable()
export default class implements Command {