summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catalogue.lua2
-rw-r--r--main.lua5
2 files changed, 3 insertions, 4 deletions
diff --git a/catalogue.lua b/catalogue.lua
index 05f8881..7b83220 100644
--- a/catalogue.lua
+++ b/catalogue.lua
@@ -51,7 +51,7 @@ function mt:add(entry)
id = entry.parent_id,
parent_id = entry.section .. ':category:0',
-- non-ascii symbol to sort near end
- name = '🞷CATCHALL🞷',
+ name = '∗CATCHALL∗',
})
end
end
diff --git a/main.lua b/main.lua
index a2a1a99..e527f13 100644
--- a/main.lua
+++ b/main.lua
@@ -37,10 +37,9 @@ xc = cacher.wrap(xc, {
},
})
-local osd = _osd.new()
-
local catalogue = _catalogue.new()
local epg = _epg.new()
+local osd = _osd.new()
local favourites
local playing_id
@@ -266,7 +265,7 @@ local function favourites_group_menu_options(group)
-- removed
options[#options+1] = {
id = id,
- name = '🞷MISSING🞷 ' .. id,
+ name = '∗MISSING∗ ' .. id,
}
end
end