mirror of
https://github.com/yattee/yattee.git
synced 2026-07-21 06:42:01 +00:00
Remove Test Connection from source editing
The Test Connection buttons only probed API/server reachability, which was misleading: a green result said nothing about whether videos would actually play. Remove both the remote-server and WebDAV bandwidth test buttons and all code exclusive to them (testBandwidth, BandwidthTestResult, and orphaned localization keys). Add-time connectivity validation for SMB/WebDAV sources is retained.
This commit is contained in:
@@ -15317,26 +15317,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.bandwidth.download %@" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Download: %@"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.bandwidth.upload %@" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Upload: %@"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.browsePeerTube" : {
|
||||
"comment" : "Menu item to browse PeerTube instances",
|
||||
"localizations" : {
|
||||
@@ -16318,17 +16298,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.status.connected" : {
|
||||
"comment" : "Status when connected",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Connected"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.status.disabled" : {
|
||||
"comment" : "Status when source is disabled",
|
||||
"localizations" : {
|
||||
@@ -16340,39 +16309,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.status.readOnly" : {
|
||||
"comment" : "Status when source is read-only",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Read-only access"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.test.success" : {
|
||||
"comment" : "Test connection success message",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Connected successfully"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.testConnection" : {
|
||||
"comment" : "Button to test connection",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Test Connection"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources.testing" : {
|
||||
"comment" : "Message while testing connection",
|
||||
"localizations" : {
|
||||
|
||||
Reference in New Issue
Block a user