mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
Merge pull request #1790 from awiouy/ls-103-82
librespot: update system_information_string
This commit is contained in:
commit
721aec4d69
@ -1,5 +1,8 @@
|
|||||||
|
103
|
||||||
|
- Update system_information_string
|
||||||
|
|
||||||
102
|
102
|
||||||
- fixed crashing
|
- Update to aa86ebf
|
||||||
|
|
||||||
101
|
101
|
||||||
- Enable streaming to Kodi
|
- Enable streaming to Kodi
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
PKG_NAME="librespot"
|
PKG_NAME="librespot"
|
||||||
PKG_VERSION="aa86ebf"
|
PKG_VERSION="aa86ebf"
|
||||||
PKG_REV="102"
|
PKG_REV="103"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/plietar/$PKG_NAME/"
|
PKG_SITE="https://github.com/plietar/$PKG_NAME/"
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
From 697926d2058e8650a9dd559d90a8a130950c417a Mon Sep 17 00:00:00 2001
|
||||||
|
From: Sasha Hilton <sashahilton00@users.noreply.github.com>
|
||||||
|
Date: Tue, 27 Jun 2017 12:45:34 +0100
|
||||||
|
Subject: [PATCH] Update system_information_string
|
||||||
|
|
||||||
|
---
|
||||||
|
src/connection/mod.rs | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/connection/mod.rs b/src/connection/mod.rs
|
||||||
|
index af134fc..cfb5000 100644
|
||||||
|
--- a/src/connection/mod.rs
|
||||||
|
+++ b/src/connection/mod.rs
|
||||||
|
@@ -41,7 +41,7 @@ pub fn authenticate(transport: Transport, credentials: Credentials, device_id: S
|
||||||
|
system_info => {
|
||||||
|
cpu_family: CpuFamily::CPU_UNKNOWN,
|
||||||
|
os: Os::OS_UNKNOWN,
|
||||||
|
- system_information_string: "This is not the client you are looking for".to_owned(),
|
||||||
|
+ system_information_string: "librespot".to_string() + "_" + &(version::short_sha()) + "_" + &(version::short_now()),
|
||||||
|
device_id: device_id,
|
||||||
|
},
|
||||||
|
version_string: version::version_string(),
|
Loading…
x
Reference in New Issue
Block a user