Skip to content

Commit

Permalink
Fix: update @web-scrobbler/metadata-filter to deps (#1911)
Browse files Browse the repository at this point in the history
* Fix: update @web-scrobbler/metadata-filter to deps

* Update imports
  • Loading branch information
retrouser955 committed May 24, 2024
1 parent fc686c0 commit 6aaed13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/discord-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@discord-player/equalizer": "workspace:^",
"@discord-player/ffmpeg": "workspace:^",
"@discord-player/utils": "workspace:^",
"@web-scrobbler/metadata-filter": "^3.1.0",
"discord-voip": "^0.1.3",
"ip": "^2.0.1",
"libsodium-wrappers": "^0.7.13"
Expand All @@ -65,7 +66,6 @@
"@types/ip": "^1.1.0",
"@types/node": "^18.6.3",
"@types/ws": "^8.5.3",
"@web-scrobbler/metadata-filter": "^3.1.0",
"discord-api-types": "^0.37.0",
"discord.js": "^14.1.2",
"opusscript": "^0.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-player/src/utils/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
replaceSmartQuotes,
removeCleanExplicit
} from '@web-scrobbler/metadata-filter';
import { TrackSource } from '../../dist';
import { TrackSource } from '../types/types';

export type RuntimeType = 'node' | 'deno' | 'bun' | 'unknown';

Expand Down

0 comments on commit 6aaed13

Please sign in to comment.