Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AudioStream: remove unused youtube-specific fields #1150

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Jan 7, 2024

  1. AudioStream: remove unused youtube-specific fields

    These fields were added in
    TeamNewPipe#810 in
    preparation for a DASH support that never materialized … well it did
    materialize, but did not use any of these variables.
    
    Since they are youtube-specific, it does not make much sense to export
    them in the generic API, lest people start depending on them as if
    they belonged to all backends.
    
    Well, 4 variables are actually already depended on in places, they
    will have to be checked separately. But this is the low-hanging fruit.
    Profpatsch committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8448f0a View commit details
    Browse the repository at this point in the history