Up
This commit is contained in:
@@ -14,7 +14,7 @@ import { t } from "i18next";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Trans } from "react-i18next";
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
import { loadSender } from "../../../utils/useCastSender";
|
||||
import { loadSender } from "../../utils/useCastSender";
|
||||
|
||||
interface Props {
|
||||
show: boolean;
|
||||
@@ -24,7 +24,7 @@ import {
|
||||
isFilesDownloadCancelled,
|
||||
isFilesDownloadCompleted,
|
||||
} from "../FilesDownloadProgress";
|
||||
import AlbumCastDialog from "./CollectionOptions/AlbumCastDialog";
|
||||
import AlbumCastDialog from "./AlbumCastDialog";
|
||||
|
||||
/**
|
||||
* Specifies what the bar is displaying currently.
|
||||
|
||||
Reference in New Issue
Block a user