Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 17, 2024
1 parent d381874 commit 2d5efa9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/mediafetch/mainbackgroundfetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ export default async (backgroundImage?: string | NoxTheme.backgroundImage) => {
backgroundImage,
);
case RESOLVE_TYPE.biliNFTVideo: {
logger.warn(
`[backgroundFetch] ${RESOLVE_TYPE.biliNFTVideo} is no longer supported.`,
);
const [act_id, index] = JSON.parse(backgroundImage.identifier);
return BackgroundVideoWrapper(
await cacheWrapper(
Expand Down

0 comments on commit 2d5efa9

Please sign in to comment.