mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-14 13:40:47 +08:00
chore: update storage display
This commit is contained in:
@@ -67,10 +67,7 @@ class _DetailCardState extends ConsumerState<DetailCard> {
|
||||
width: 30,
|
||||
),
|
||||
Text(
|
||||
"${widget.details.storage!.name} (${widget.details.storage!.implementation})"),
|
||||
const SizedBox(
|
||||
width: 30,
|
||||
),
|
||||
"${widget.details.storage!.name}:"),
|
||||
Text(
|
||||
"${widget.details.mediaType == "tv" ? widget.details.storage!.tvPath : widget.details.storage!.moviePath}"
|
||||
"${widget.details.targetDir}"),
|
||||
|
||||
Reference in New Issue
Block a user