mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 14:00:52 +00:00
no log: Fix issues
This commit is contained in:
parent
1f3e499f3d
commit
e940fbb16d
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ const MovieDetailView: FunctionComponent<Props> = ({ match }) => {
|
||||||
<ItemOverview item={item} details={[]}></ItemOverview>
|
<ItemOverview item={item} details={[]}></ItemOverview>
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
<Table movie={item} profile={profile}></Table>
|
<Table movie={item} profile={profile} disabled={hasTask}></Table>
|
||||||
</Row>
|
</Row>
|
||||||
<ItemEditorModal
|
<ItemEditorModal
|
||||||
modalKey="edit"
|
modalKey="edit"
|
||||||
|
|
Loading…
Reference in a new issue