Merge branch 'NicoHood5' into NicoHood3

This commit is contained in:
NicoHood 2016-02-04 15:49:20 +01:00
commit 43d3749c7d

View file

@ -343,9 +343,9 @@ class PlaylistHeader(Record):
("header_id", ("4s", "shph")), ("header_id", ("4s", "shph")),
("total_length", ("I", 0)), ("total_length", ("I", 0)),
("number_of_playlists", ("I", 0)), ("number_of_playlists", ("I", 0)),
("number_of_non_podcast_lists", ("2s", "\x03\x00")), #TODO check if really ffff is okay ("number_of_non_podcast_lists", ("2s", "\xFF\xFF")),
("number_of_master_lists", ("2s", "\x01\x00")), ("number_of_master_lists", ("2s", "\x01\x00")),
("number_of_non_audiobook_lists", ("2s", "\x03\x00")), #TODO as above ("number_of_non_audiobook_lists", ("2s", "\xFF\xFF")),
("unknown2", ("2s", "\x00" * 2)), ("unknown2", ("2s", "\x00" * 2)),
]) ])