fedarovich / qbittorrent-net-client

qBittorrent client library for .Net
MIT License
32 stars 14 forks source link

Preserve path part of baseUri when building new URIs #19

Closed zhongfu closed 1 year ago

zhongfu commented 1 year ago

currently, the path part of the provided server URI (or base URI) is overwritten when new URIs are built, which leads to unexpected behavior, e.g.

this PR makes it such that the path part of the server URI is preserved when building new URIs (or at least it did when I tested this change)

should fix fedarovich/qbittorrent-cli#30 fedarovich/qbittorrent-cli#49

fedarovich commented 1 year ago

I have fixed the corresponding issue in a bit different way.