mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
tvheadend: update to git master 2025-06-04
removed patch is now included in tvheadend sources Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
This commit is contained in:
committed by
Josef Schlehofer
parent
d40b6c9c13
commit
df98d72e40
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/tvheadend/tvheadend
|
||||
PKG_MIRROR_HASH:=53b0a85ceee9989688471220dfb2070fe4cd68ceef50234202f9c1af1b8b5dc8
|
||||
PKG_SOURCE_VERSION:=653bd0400b4413db96b80c807f0f7524f9248adb
|
||||
PKG_SOURCE_DATE:=2024-11-12
|
||||
PKG_MIRROR_HASH:=48dd4296dfdd56965a70fd202eb40e0fb9e88eb5fe05e4b2544687466df0033a
|
||||
PKG_SOURCE_VERSION:=0f74b0ab0a3b96d87da04d9c778142ecfb370a1d
|
||||
PKG_SOURCE_DATE:=2025-06-04
|
||||
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
PKG_LICENSE_FILES:=LICENSE.md
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/src/webui/static/lovcombo/lovcombo-all.js
|
||||
+++ b/src/webui/static/lovcombo/lovcombo-all.js
|
||||
@@ -297,7 +297,7 @@ Ext.ux.form.LovCombo = Ext.extend(Ext.ux
|
||||
this.store.clearFilter();
|
||||
this.store.each(function(r) {
|
||||
var checked = !(!v.match(
|
||||
- '(^|' + this.separator + ')' + RegExp.escape(r.get(this.valueField))
|
||||
+ '(^|' + this.separator + ')' + RegExp.escape(String(r.get(this.valueField)))
|
||||
+'(' + this.separator + '|$)'))
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user