mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Include scene o-counter in import/export (#488)
* Include o-counter in import/export * Fix scene card o-counter display
This commit is contained in:
@@ -182,7 +182,7 @@ export const SceneCard: React.FC<ISceneCardProps> = (
|
||||
return (
|
||||
<div>
|
||||
<Button className="minimal">
|
||||
<SweatDrops />
|
||||
<span className="fa-icon"><SweatDrops /></span>
|
||||
<span>{props.scene.o_counter}</span>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user