mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-01-11 22:40:23 +00:00
Project import generated by Copybara.
Some checks are pending
Build and Deploy / build_windows (push) Waiting to run
Build and Deploy / build_android (push) Waiting to run
Build and Deploy / build_android_tv (push) Waiting to run
Build and Deploy / build_ipa (push) Waiting to run
Build and Deploy / build_linux (push) Waiting to run
Build and Deploy / build_macos (push) Waiting to run
Some checks are pending
Build and Deploy / build_windows (push) Waiting to run
Build and Deploy / build_android (push) Waiting to run
Build and Deploy / build_android_tv (push) Waiting to run
Build and Deploy / build_ipa (push) Waiting to run
Build and Deploy / build_linux (push) Waiting to run
Build and Deploy / build_macos (push) Waiting to run
GitOrigin-RevId: 314f657e21d70ad09a78656e599a4678e4dcad9d
This commit is contained in:
parent
79b2b2ca0e
commit
30de3443ed
1 changed files with 1 additions and 3 deletions
|
|
@ -385,9 +385,7 @@ class _VideoViewerState extends State<VideoViewer> {
|
|||
_streamListen.cancel();
|
||||
_duration.cancel();
|
||||
|
||||
if (traktIntegration &&
|
||||
widget.meta is types.Meta &&
|
||||
player.state.duration.inSeconds > 30) {
|
||||
if (widget.meta is types.Meta && player.state.duration.inSeconds > 30) {
|
||||
TraktService.instance!.stopScrobbling(
|
||||
meta: widget.meta as types.Meta,
|
||||
progress: currentProgressInPercentage,
|
||||
|
|
|
|||
Loading…
Reference in a new issue