Skip to content

Commit

Permalink
fix extra service name for bouquet
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Nov 9, 2024
1 parent b012fcc commit a94c53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/eparser/enigma/bouquets.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def get_bouquet(path, f_name, bq_name):
fav_id = srv.strip().upper()
name = None
if data_len == 12:
fav_id = f":".join(srv_data[:11])
name, sep, desc = str(srv_data[-1]).partition("\n#DESCRIPTION")
services.append(BouquetService(name, BqServiceType.DEFAULT, fav_id, num))

Expand Down

0 comments on commit a94c53a

Please sign in to comment.