Skip to content

Commit 7c3835b

Browse files
committed
DBus: increase dbus timeout
1 parent 945fd3a commit 7c3835b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/dbus.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#include "util/FFstrbuf.h"
77
#include "common/library.h"
88

9-
#define FF_DBUS_TIMEOUT_MILLISECONDS 35
9+
#define FF_DBUS_TIMEOUT_MILLISECONDS 100
10+
1011
typedef struct FFDBusLibrary
1112
{
1213
FF_LIBRARY_SYMBOL(dbus_bus_get)

src/detection/media/media_linux.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <string.h>
66

77
#define FF_DBUS_MPRIS_PREFIX "org.mpris.MediaPlayer2."
8-
#define FF_DBUS_TIMEOUT_MILLISECONDS 35
98

109
#ifdef FF_HAVE_DBUS
1110
#include "common/dbus.h"

0 commit comments

Comments
 (0)