Skip to content

Commit

Permalink
fix: Fix import missing extension
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jan 22, 2024
1 parent f512f55 commit 290e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/sources/SubsonicSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DEFAULT_RETRY_MULTIPLIER, FormatPlayObjectOptions, InternalConfig } fro
import { RecentlyPlayedOptions } from "./AbstractSource.js";
import EventEmitter from "events";
import { PlayObject } from "../../core/Atomic.js";
import {isNodeNetworkException} from "../common/errors/NodeErrors";
import {isNodeNetworkException} from "../common/errors/NodeErrors.js";
import {ErrorWithCause} from "pony-cause";
import {UpstreamError} from "../common/errors/UpstreamError.js";
import {getSubsonicResponse, SubsonicResponse, SubsonicResponseCommon} from "../common/vendor/subsonic/interfaces.js";
Expand Down

0 comments on commit 290e6ee

Please sign in to comment.