docs: Remove outdated comment about Sessions

Sessions are technically implemented in a non-singleton approach, and the issue that provoked this comment has since been fixed (context data <-> license mismatch).
This commit is contained in:
rlaphoenix 2022-07-21 01:19:10 +01:00
parent 23165f92de
commit a55aeb8cce
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ Widevine CDM (Content Decryption Module) implementation in Python.
*Credit*: w3.org
Almost the entire Widevine Protocol seen above is implemented except for Sessions which I will be implementing soon.
Currently, only one session can be made and used at a time or problems will happen.
### Web Server
This may be an API/Server in front of a License Server. For example, Netflix's Custom MSL-based API front.