Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix missing " in x-tvg-url
  • Loading branch information
mapi68 authored Nov 5, 2024
1 parent 4a4cf02 commit 6f86f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ Here’s some examples of how the different formats would look:
#### M3U format elements:

```
#EXTM3U tvg-shift="-4.5" x-tvg-url="http://path-to-xmltv/guide.xml catchup-correction="-2.5"
#EXTM3U tvg-shift="-4.5" x-tvg-url="http://path-to-xmltv/guide.xml" catchup-correction="-2.5"
#EXTINF:0 tvg-id="channel-x" tvg-name="Channel_X" group-title="Entertainment" tvg-chno="10" tvg-logo="http://path-to-icons/channel-x.png" radio="true" tvg-shift="-3.5",Channel X
#EXTVLCOPT:program=745
#KODIPROP:key=val
Expand Down

0 comments on commit 6f86f1d

Please sign in to comment.