mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-21 13:37:34 +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>
|
||||
</Row>
|
||||
<Row>
|
||||
<Table movie={item} profile={profile}></Table>
|
||||
<Table movie={item} profile={profile} disabled={hasTask}></Table>
|
||||
</Row>
|
||||
<ItemEditorModal
|
||||
modalKey="edit"
|
||||
|
|
Loading…
Reference in a new issue