mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-22 09:37:57 +00:00
Don't put channel name in EPG name when no epg is assigned.
This commit is contained in:
parent
661d5f9d43
commit
f84a347514
1 changed files with 0 additions and 2 deletions
|
|
@ -718,8 +718,6 @@ const ChannelForm = ({ channel = null, isOpen, onClose }) => {
|
|||
return `${epgSource.name} - ${tvgLabel}`;
|
||||
} else if (tvgLabel) {
|
||||
return tvgLabel;
|
||||
} else if (formik.values.name) {
|
||||
return formik.values.name;
|
||||
} else {
|
||||
return 'Dummy';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue