mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
fix: Revert including platform for track dispay by default
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ export interface ClientStatusData {
|
||||
}
|
||||
|
||||
export type PlayObjectIncludeTypes = 'album' | 'time' | 'artist' | 'track' | 'timeFromNow' | 'trackId' | 'comment' | 'platform';
|
||||
export const recentIncludes: PlayObjectIncludeTypes[] = ['time', 'timeFromNow', 'track', 'album', 'artist', 'comment', 'platform'];
|
||||
export const recentIncludes: PlayObjectIncludeTypes[] = ['time', 'timeFromNow', 'track', 'album', 'artist', 'comment'];
|
||||
|
||||
export interface TrackStringOptions<T = string> {
|
||||
include?: PlayObjectIncludeTypes[]
|
||||
|
||||
Reference in New Issue
Block a user