Skip to content
Snippets Groups Projects
Commit d8aa655e authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Update FCTVBC.js

parent 83858e5f
No related branches found
No related tags found
1 merge request!7359Update FCTVBC.js
// @ts-nocheck
App.Update.FCTV = function() {
function convert(a, b) {
......@@ -32,7 +31,7 @@ App.Update.FCTV = function() {
V.FCTV.weekEnabled = V.receiverAvailable > 1 ? V.receiverAvailable : 0;
}
if (FCTV.channel.hasOwnProperty("selected")) {
if (V.FCTV.channel.hasOwnProperty("selected")) {
delete V.FCTV.channel.selected;
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment