mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[docs] Change git links: owntone/forked-daapd -> owntone/owntone-server
This commit is contained in:
@@ -91,7 +91,7 @@ compat_mxmlDelete(mxml_node_t *node)
|
||||
|
||||
// Debian 10.x amd64 w/mxml 2.12 has a mxmlNewTextf that causes segfault when
|
||||
// mxmlSaveString or mxmlSaveAllocString is called,
|
||||
// ref https://github.com/owntone/forked-daapd/issues/938
|
||||
// ref https://github.com/owntone/owntone-server/issues/938
|
||||
#if (MXML_MAJOR_VERSION == 2) && (MXML_MINOR_VERSION == 12)
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
// ATV4 and Homepod disconnect for reasons that are not clear, but sending them
|
||||
// progress metadata at regular intervals reduces the problem. The below
|
||||
// interval was determined via testing, see:
|
||||
// https://github.com/owntone/forked-daapd/issues/734#issuecomment-622959334
|
||||
// https://github.com/owntone/owntone-server/issues/734#issuecomment-622959334
|
||||
#define AIRPLAY_KEEP_ALIVE_INTERVAL 25
|
||||
|
||||
// This is an arbitrary value which just needs to be kept in sync with the config
|
||||
@@ -3831,7 +3831,7 @@ airplay_device_cb(const char *name, const char *type, const char *domain, const
|
||||
DPRINTF(E_LOG, L_AIRPLAY, "AirPlay device '%s': am has no value\n", name);
|
||||
|
||||
// If the user didn't set any reconnect setting we enable for Apple TV and
|
||||
// HomePods due to https://github.com/owntone/forked-daapd/issues/734
|
||||
// HomePods due to https://github.com/owntone/owntone-server/issues/734
|
||||
cfgopt = devcfg ? cfg_getopt(devcfg, "reconnect") : NULL;
|
||||
if (cfgopt && cfgopt->nvalues == 1)
|
||||
rd->resurrect = cfg_opt_getnbool(cfgopt, 0);
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
// ATV4 and Homepod disconnect for reasons that are not clear, but sending them
|
||||
// progress metadata at regular intervals reduces the problem. The below
|
||||
// interval was determined via testing, see:
|
||||
// https://github.com/owntone/forked-daapd/issues/734#issuecomment-622959334
|
||||
// https://github.com/owntone/owntone-server/issues/734#issuecomment-622959334
|
||||
#define RAOP_KEEP_ALIVE_INTERVAL 25
|
||||
|
||||
// This is an arbitrary value which just needs to be kept in sync with the config
|
||||
@@ -4228,7 +4228,7 @@ raop_device_cb(const char *name, const char *type, const char *domain, const cha
|
||||
DPRINTF(E_LOG, L_RAOP, "AirPlay device '%s': am has no value\n", device_name);
|
||||
|
||||
// If the user didn't set any reconnect setting we enable for Apple TV and
|
||||
// HomePods due to https://github.com/owntone/forked-daapd/issues/734
|
||||
// HomePods due to https://github.com/owntone/owntone-server/issues/734
|
||||
cfgopt = devcfg ? cfg_getopt(devcfg, "reconnect") : NULL;
|
||||
if (cfgopt && cfgopt->nvalues == 1)
|
||||
rd->resurrect = cfg_opt_getnbool(cfgopt, 0);
|
||||
|
||||
Reference in New Issue
Block a user