diff --git a/app/eparser/iptv.py b/app/eparser/iptv.py
index 00661973..5be1d431 100644
--- a/app/eparser/iptv.py
+++ b/app/eparser/iptv.py
@@ -15,6 +15,8 @@ MARKER_FORMAT = " 1:64:{}:0:0:0:0:0:0:0::{}\n#DESCRIPTION {}\n"
class StreamType(Enum):
DVB_TS = "1"
NONE_TS = "4097"
+ NONE_REC_1 = "5001"
+ NONE_REC_2 = "5002"
def parse_m3u(path, profile):
diff --git a/app/ui/iptv.glade b/app/ui/iptv.glade
index d8e0be3f..4764e7fd 100644
--- a/app/ui/iptv.glade
+++ b/app/ui/iptv.glade
@@ -3,7 +3,7 @@
The MIT License (MIT)
-Copyright (c) 2018 Dmitriy Yefremov
+Copyright (c) 2018-2019 Dmitriy Yefremov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +31,7 @@ Author: Dmitriy Yefremov
-
+