Skip to content

Commit

Permalink
fix(stremio-core-web): WebModel - Player - enable logs
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Nov 18, 2024
1 parent 3fefd55 commit 324c317
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stremio-core-web/src/model/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ impl WebModel {
installed_addons,
addon_details: Default::default(),
streaming_server,
player: Default::default(),
player: Player {
collect_seek_logs: true,
..Default::default()
},
};
(
model,
Expand Down

0 comments on commit 324c317

Please sign in to comment.