Revert default duration
This commit is contained in:
parent
6d9b6dabd2
commit
c37b05a3a1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class FileItem(GObject.Object):
|
||||||
|
|
||||||
@GObject.Property(type=GObject.TYPE_UINT64)
|
@GObject.Property(type=GObject.TYPE_UINT64)
|
||||||
def saved_duration(self):
|
def saved_duration(self):
|
||||||
return self._load_attribute("duration", 60) or 60
|
return self._load_attribute("duration", 1) or 1
|
||||||
|
|
||||||
@saved_duration.setter
|
@saved_duration.setter
|
||||||
def set_saved_duration(self, value: int):
|
def set_saved_duration(self, value: int):
|
||||||
|
|
Loading…
Reference in a new issue