summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua5
1 files changed, 2 insertions, 3 deletions
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